]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Make option -N work.
authorBruno Haible <bruno@clisp.org>
Wed, 8 Oct 2003 15:39:53 +0000 (15:39 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:11:02 +0000 (12:11 +0200)
gettext-tools/src/ChangeLog
gettext-tools/src/msgmerge.c

index 36df08a02cdfe7e4016848874bbee60d05b18cf5..c7bf9a60e721b4c3fff14e74ac74384e7da80792 100644 (file)
@@ -1,3 +1,8 @@
+2003-10-08  Bruno Haible  <bruno@clisp.org>
+
+       * msgmerge.c (main): Make option -N work.
+       Reported by Liu Garfield <jackliu9999@hotmail.com>.
+
 2003-10-04  Bruno Haible  <bruno@clisp.org>
 
        New Java backend.
index 502dd09dfec7da7167c81ecc34cd7fcae4ccaad9..91fa41687e2ab27d5468c7022f9afb8e946fa97a 100644 (file)
@@ -168,8 +168,8 @@ main (int argc, char **argv)
   do_version = false;
   output_file = NULL;
 
-  while ((opt = getopt_long (argc, argv, "C:D:eEFhimo:pPqsUvVw:", long_options,
-                            NULL))
+  while ((opt = getopt_long (argc, argv, "C:D:eEFhimNo:pPqsUvVw:",
+                            long_options, NULL))
         != EOF)
     switch (opt)
       {