From: Ulrich Drepper Date: Sun, 14 Mar 1999 16:28:30 +0000 (+0000) Subject: (main): Initialize `cat' to please the compiler. X-Git-Tag: cvs/libc-as-990315~1 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=3814a679327eb7d26b5342484c1e28a702fdd1b3;p=glibc.git (main): Initialize `cat' to please the compiler. --- diff --git a/locale/programs/localedef.c b/locale/programs/localedef.c index 9163c2c6c9..69e9dc5555 100644 --- a/locale/programs/localedef.c +++ b/locale/programs/localedef.c @@ -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)