bgarrigues pushed a commit to branch master
in repository groff.

commit 613cef113767254cbb2cbb988b5b1124c1fdb0ca
Author: Bjarni Ingi Gislason <[email protected]>
Date:   Sat Aug 26 00:29:51 2017 +0200

    `preconv --version' crashes.
    
    See bug at: https://savannah.gnu.org/bugs/?51587.
    
    * src/preproc/preconv/preconv.cpp: Add a missing comma in the
    argument list of "printf".
---
 ChangeLog                       | 9 +++++++++
 src/preproc/preconv/preconv.cpp | 4 ++--
 2 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 063b5d2..9829e61 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
 2017-08-25  Bjarni Ingi Gislason <[email protected]>
 
+       `preconv --version' crashes.
+
+       See bug at: https://savannah.gnu.org/bugs/?51587.
+
+       * src/preproc/preconv/preconv.cpp: Add a missing comma in the
+       argument list of "printf".
+
+2017-08-25  Bjarni Ingi Gislason <[email protected]>
+
        Fix bug: `.itc' request breaks subsequent `.it' requests.
 
        See bug at: https://savannah.gnu.org/bugs/?51376.  Using `.itc'
diff --git a/src/preproc/preconv/preconv.cpp b/src/preproc/preconv/preconv.cpp
index b7241b0..35e22ed 100644
--- a/src/preproc/preconv/preconv.cpp
+++ b/src/preproc/preconv/preconv.cpp
@@ -1221,9 +1221,9 @@ main(int argc, char **argv)
       printf("GNU preconv (groff) version %s %s iconv support and %s uchardet 
support\n",
             Version_string,
 #ifdef HAVE_ICONV
-            "with"
+            "with",
 #else
-            "without"
+            "without",
 #endif /* HAVE_ICONV */
 #ifdef HAVE_UCHARDET
              "with"

_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to