groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 01/01: `preconv --version' crashes.


From: Bertrand Garrigues
Subject: [groff] 01/01: `preconv --version' crashes.
Date: Fri, 25 Aug 2017 18:31:01 -0400 (EDT)

bgarrigues pushed a commit to branch master
in repository groff.

commit 613cef113767254cbb2cbb988b5b1124c1fdb0ca
Author: Bjarni Ingi Gislason <address@hidden>
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 <address@hidden>
 
+       `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 <address@hidden>
+
        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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]