1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-12-27 04:32:55 +00:00

Merge branch 'master' into imlib2

This commit is contained in:
Brenden Matthews 2009-05-16 22:24:45 -06:00
commit 1dc7731f6d

View File

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