* dlltool.c (main): Fix typo.
authorMark Mitchell <mark@codesourcery.com>
Fri, 30 Sep 2005 20:04:21 +0000 (20:04 +0000)
committerMark Mitchell <mark@codesourcery.com>
Fri, 30 Sep 2005 20:04:21 +0000 (20:04 +0000)
* windres.c (main): Likewise.

binutils/ChangeLog
binutils/dlltool.c
binutils/windres.c

index 4fc15bf4e9fb7fd2fa1e441633c52c4b5ee78849..0c758fc263aa33900e164d0a50a952fa0d25e002 100644 (file)
@@ -1,3 +1,8 @@
+2005-09-30  Mark Mitchell  <mark@codesourcery.com>
+
+       * dlltool.c (main): Fix typo.
+       * windres.c (main): Likewise.
+
 2005-09-30  H.J. Lu  <hongjiu.lu@intel.com>
 
        * Makefile.in: Regenerated.
index 6c86071af530e4ec0c045fb7e3a52848cb150f89..bcecc8acded8e8de9f145803d51f6d22e3adfc0c 100644 (file)
@@ -3124,7 +3124,7 @@ main (int ac, char **av)
   bindtextdomain (PACKAGE, LOCALEDIR);
   textdomain (PACKAGE);
 
-  expandargv (&argc, &argv);
+  expandargv (&ac, &av);
 
   while ((c = getopt_long (ac, av,
 #ifdef DLLTOOL_MCORE_ELF
index c0f1b8cb73d16e5d3b3ab46ca07d221a29d63f47..5f5836ca84e61837272c7b945598553a7e91fc0f 100644 (file)
@@ -767,7 +767,7 @@ main (int argc, char **argv)
   program_name = argv[0];
   xmalloc_set_program_name (program_name);
 
-  expandargv (&ac, &av);
+  expandargv (&argc, &argv);
 
   bfd_init ();
   set_default_bfd_target ();