1
0
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:
Brenden Matthews 2009-02-09 12:36:10 -07:00
parent 850f7dfbc1
commit c3003dc1a3

View File

@ -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
*