]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Cosmetic fix.
authorBruno Haible <bruno@clisp.org>
Fri, 26 Oct 2001 09:35:10 +0000 (09:35 +0000)
committerBruno Haible <bruno@clisp.org>
Fri, 26 Oct 2001 09:35:10 +0000 (09:35 +0000)
src/ChangeLog
src/read-java.c

index 1b787840bb1d2b60c2346d659c00995ccacfc514..b9f53207d485198593cda9505f8044f6aa3f68e6 100644 (file)
@@ -1,3 +1,7 @@
+2001-10-21  Bruno Haible  <haible@clisp.cons.org>
+
+       * read-java.c (execute_and_read_po_output): Return false, not 0.
+
 2001-10-11  Bruno Haible  <haible@clisp.cons.org>
 
        * msgattrib.c (usage): Fix: --sort-output doesn't deal with duplicates.
index f1be08001c83164f9db24a33d9c3c466c8646ed5..1b9d694989f2895c6787d09e13f3387e812d797e 100644 (file)
@@ -90,7 +90,7 @@ execute_and_read_po_output (progname, prog_path, prog_argv, private_data)
     error (EXIT_FAILURE, 0, _("%s subprocess failed with exit code %d"),
           progname, exitstatus);
 
-  return 0;
+  return false;
 }