1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-09-29 21:49:07 +00:00

Typing error removed

This commit is contained in:
Lukáš Cezner 2019-04-23 08:44:14 +02:00 committed by Brenden Matthews
parent a2983ad794
commit ba8b190459

View File

@ -732,7 +732,7 @@ void evaluate(const char *text, char *p, int p_max_size) {
* These would require run extract_variable_text_internal() before
* callbacks and generate_text_internal() after callbacks.
*/
extract_variable_text_internal(&subroot, txt);
extract_variable_text_internal(&subroot, text);
conky::run_all_callbacks();
generate_text_internal(p, p_max_size, subroot);
DBGP2("evaluated '%s' to '%s'", text, p);