summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/gencat/genlib.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.bin/gencat/genlib.c b/usr.bin/gencat/genlib.c
index f592be0..0827ede 100644
--- a/usr.bin/gencat/genlib.c
+++ b/usr.bin/gencat/genlib.c
@@ -243,6 +243,10 @@ char quote;
*tptr++ = '\f';
++cptr;
break;
+ case '"':
+ *tptr++ = '"';
+ ++cptr;
+ break;
case '\\':
*tptr++ = '\\';
++cptr;
OpenPOWER on IntegriCloud