]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix getopt_long() argument.
authorBruno Haible <bruno@clisp.org>
Wed, 21 Feb 2001 12:48:46 +0000 (12:48 +0000)
committerBruno Haible <bruno@clisp.org>
Wed, 21 Feb 2001 12:48:46 +0000 (12:48 +0000)
src/ChangeLog
src/msgunfmt.c

index 7d9f4407b3c3dae0e0f93ea99452edd9dcfaf321..7f4d64581425823cd63b558aba26af59c51254fc 100644 (file)
@@ -1,3 +1,7 @@
+2001-02-10  Bruno Haible  <haible@clisp.cons.org>
+
+       * msgunfmt.c (main): Accept -e and -E options.
+
 2001-02-04  Bruno Haible  <haible@clisp.cons.org>
 
        * msgfmt.c (main): Open the output file in binary mode.
index 04064d8a11aa57bf3d281316c1d957fa4623a7f3..89ce45033ea22000e443cae996ded57216d20b90 100644 (file)
@@ -110,7 +110,7 @@ main (argc, argv)
   bindtextdomain (PACKAGE, LOCALEDIR);
   textdomain (PACKAGE);
 
-  while ((optchar = getopt_long (argc, argv, "hio:Vw:", long_options, NULL))
+  while ((optchar = getopt_long (argc, argv, "eEhio:Vw:", long_options, NULL))
         != EOF)
     switch (optchar)
       {