mirror of git://sourceware.org/git/glibc.git
(main): Initialize `cat' to please the compiler.
This commit is contained in:
parent
108b08c01c
commit
3814a67932
|
|
@ -203,7 +203,7 @@ main (int argc, char *argv[])
|
||||||
beginning every time. */
|
beginning every time. */
|
||||||
do
|
do
|
||||||
{
|
{
|
||||||
int cat;
|
int cat = 0;
|
||||||
|
|
||||||
for (act_add_locdef = copy_list; act_add_locdef != NULL;
|
for (act_add_locdef = copy_list; act_add_locdef != NULL;
|
||||||
act_add_locdef = act_add_locdef->next)
|
act_add_locdef = act_add_locdef->next)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue