mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-17 18:45:10 +00:00
Typing error removed
This commit is contained in:
parent
a2983ad794
commit
ba8b190459
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user