pstree: tiny shrink
authorDenys Vlasenko <vda.linux@googlemail.com>
Sun, 5 Dec 2010 15:05:03 +0000 (16:05 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sun, 5 Dec 2010 15:05:03 +0000 (16:05 +0100)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
procps/pstree.c

index 25fb65d..7e12773 100644 (file)
@@ -111,10 +111,11 @@ static void maybe_free_buffers(void)
 static void out_char(char c)
 {
        G.cur_x++;
+       if (G.cur_x > G.output_width)
+               return;
        if (G.cur_x == G.output_width)
                c = '+';
-       if (G.cur_x <= G.output_width)
-               putchar(c);
+       putchar(c);
 }
 
 /* NB: this function is never called with "bad" chars