1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-12-28 13:00:45 +00:00

Merge branch 'master' into lua

This commit is contained in:
Brenden Matthews 2009-05-17 20:58:13 -06:00
commit 694b736f64

View File

@ -3164,7 +3164,6 @@ static int extract_variable_text_internal(struct text_object *retval, const char
p++; p++;
} }
remove_comments(s); remove_comments(s);
printf("'%s'\n", s);
obj = create_plain_text(s); obj = create_plain_text(s);
if (obj != NULL) { if (obj != NULL) {
append_object(retval, obj); append_object(retval, obj);