mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-12-26 12:27:52 +00:00
Fix my last 'fix'.
This commit is contained in:
parent
850f7dfbc1
commit
c3003dc1a3
@ -3682,6 +3682,7 @@ static void generate_text_internal(char *p, int p_max_size,
|
||||
|
||||
p[0] = 0;
|
||||
for (obj = root.next; obj && p_max_size > 0; obj = obj->next) {
|
||||
needed = 0; // reset for top stuff
|
||||
|
||||
/* IFBLOCK jumping algorithm
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user