diff options
Diffstat (limited to 'usr.bin/gencat/genlib.c')
-rw-r--r-- | usr.bin/gencat/genlib.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.bin/gencat/genlib.c b/usr.bin/gencat/genlib.c index 68cc7f4..fa6ce6a 100644 --- a/usr.bin/gencat/genlib.c +++ b/usr.bin/gencat/genlib.c @@ -31,6 +31,8 @@ up-to-date. Many thanks. Cambridge, MA 02139 USA nazgul@alfalfa.com +$FreeBSD$ + ******************************************************************/ /* Edit History @@ -265,6 +267,7 @@ char quote; *tptr += (*cptr - '0'); ++cptr; } + ++tptr; } else { warning(cptr, "unrecognized escape sequence"); } |