]> andersk Git - moira.git/commitdiff
Initial all fields to empty string, not just some.
authorzacheiss <zacheiss>
Mon, 25 Feb 2008 20:49:05 +0000 (20:49 +0000)
committerzacheiss <zacheiss>
Mon, 25 Feb 2008 20:49:05 +0000 (20:49 +0000)
clients/stanley/stanley.c

index daa02dc0db11711f8e6179d841a947004d088c83..f34f61176e21436e3d0e25565271c23d6fd7c18b 100644 (file)
@@ -327,7 +327,7 @@ int main(int argc, char **argv)
       char *argv[20];
       int cnt;
 
-      for (cnt = 0; cnt < 14; cnt++) {
+      for (cnt = 0; cnt < 20; cnt++) {
        argv[cnt] = "";
       }
 
This page took 0.070395 seconds and 5 git commands to generate.