diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-09-29 12:10:03 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-09-29 12:10:03 +0000 |
commit | 0323ce1ea85d7370460950d588eb4211013a3fd7 (patch) | |
tree | 525fd73c1aae68dfb17bdfa72ec3b3427a77dad0 /Build/source/texk/cjkutils/cef5conv.c | |
parent | 72013d593ef332228ec66fa5183787703d6641b3 (diff) |
cjkutils: bug fixes; add simple test cases
git-svn-id: svn://tug.org/texlive/trunk@24133 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/cjkutils/cef5conv.c')
-rw-r--r-- | Build/source/texk/cjkutils/cef5conv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/cjkutils/cef5conv.c b/Build/source/texk/cjkutils/cef5conv.c index 1d648ef49a1..a521ad3fc20 100644 --- a/Build/source/texk/cjkutils/cef5conv.c +++ b/Build/source/texk/cjkutils/cef5conv.c @@ -70,6 +70,7 @@ if(*inp!='-'||feof(stdin)) goto no_macro; *(outp++)= '\177'; +*(outp++)= '\177'; *(outp++)= '\"'; *(outp++)= '0'; @@ -86,7 +87,6 @@ else goto no_macro; *(outp++)= '\177'; -*(outp++)= '\177'; *(outp++)= '\"'; *(outp++)= '0'; |