Fixed a typo and re-added an accidentally removed line
[monky] / src / conky.c
index faee431..0219f16 100644 (file)
@@ -754,7 +754,7 @@ static char *scan_graph(const char *args, int *w, int *h,
        *h = 25;
        *first_colour = 0;
        *last_colour = 0;
-
+       *scale = 0;
        /* graph's argument is either height or height,width */
        if (args) {
                if (sscanf(args, "%d,%d %x %x %i", h, w, first_colour, last_colour,