mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-20 11:55:20 +00:00
Fix bug SF ID 2814810 (wrong output with execp and execpi)
This commit is contained in:
parent
71d5121ea2
commit
d2f7bd9609
@ -6004,7 +6004,7 @@ static void generate_text_internal(char *p, int p_max_size,
|
|||||||
a = outptr - p;
|
a = outptr - p;
|
||||||
}
|
}
|
||||||
#endif /* HAVE_ICONV */
|
#endif /* HAVE_ICONV */
|
||||||
if (obj->type != OBJ_text) {
|
if (obj->type != OBJ_text && obj->type != OBJ_execp && obj->type != OBJ_execpi) {
|
||||||
substitute_newlines(p, a - 2);
|
substitute_newlines(p, a - 2);
|
||||||
}
|
}
|
||||||
p += a;
|
p += a;
|
||||||
|
Loading…
Reference in New Issue
Block a user