diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 2000-07-15 17:17:33 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 2000-07-15 17:17:33 +0000 |
| commit | 38d3d2d67c41024aaa94f46f8f18a396e5223c7c (patch) | |
| tree | 091635d9b3342b322414b9a2696b93119a2b1a49 /usr.bin | |
| parent | 2873654a65aecd24d9d7b9dedeb727d70642e01a (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -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 68cc7f4f85fb..fa6ce6aab4d8 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"); } |
