Initialize some more uninit vars
[khatus.git] / x5 / khatus.c
index 341464e..7f49542 100644 (file)
@@ -308,9 +308,9 @@ read_all(Config *cfg, char *buf)
 int
 main(int argc, char *argv[])
 {
-       int width;
+       int width  = 0;
        int nfifos = 0;
-       int seplen;
+       int seplen = 0;
        int prefix = 0;
        char *buf;
        Config cfg0 = defaults;
This page took 0.018625 seconds and 4 git commands to generate.