summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-03-14 16:28:30 +0000
committerUlrich Drepper <drepper@redhat.com>1999-03-14 16:28:30 +0000
commit3814a679327eb7d26b5342484c1e28a702fdd1b3 (patch)
treea3425cd7eb39629a867207e476bdde4c25cb020f
parent108b08c01cfbe49e56d59efa6138972fa3d1b68e (diff)
(main): Initialize `cat' to please the compiler.
-rw-r--r--locale/programs/localedef.c2
1 files changed, 1 insertions, 1 deletions
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)