]> sourceware.org Git - glibc.git/commitdiff
(main): Initialize `cat' to please the compiler.
authorUlrich Drepper <drepper@redhat.com>
Sun, 14 Mar 1999 16:28:30 +0000 (16:28 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 14 Mar 1999 16:28:30 +0000 (16:28 +0000)
locale/programs/localedef.c

index 9163c2c6c91c989f749abf544c50597acb009274..69e9dc5555163ab5f1a40dc48b534b020c8c373e 100644 (file)
@@ -203,7 +203,7 @@ main (int argc, char *argv[])
      beginning every time.  */
   do
     {
-      int cat;
+      int cat = 0;
 
       for (act_add_locdef = copy_list; act_add_locdef != NULL;
           act_add_locdef = act_add_locdef->next)
This page took 0.05882 seconds and 5 git commands to generate.