diff options
Diffstat (limited to 'Build/source/texk/makejvf/write.c')
-rw-r--r-- | Build/source/texk/makejvf/write.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Build/source/texk/makejvf/write.c b/Build/source/texk/makejvf/write.c index 2e4c07332f2..1acfbb99a2b 100644 --- a/Build/source/texk/makejvf/write.c +++ b/Build/source/texk/makejvf/write.c @@ -89,7 +89,7 @@ void writevf(int code, FILE *fp) if (fidzero) fidshift=-1; - w = jfmread(code); + w = jfmread(code); /* rightamount is also obtained */ fputc(242,fp); /* long_char */ @@ -351,7 +351,7 @@ void writevfu(int code, FILE *fp) if (fidzero) fidshift=-1; - w = jfmread(code); + w = jfmread(code); /* rightamount is also obtained */ fputc(242,fp); /* long_char */ @@ -614,6 +614,7 @@ void writevfu(int code, FILE *fp) if (jfm_id == 11 && hankana) { /* Ⱦ³ÑÊÒ²¾Ì¾¡¢²£½ñ¤»þ */ pstfm_codes[pstfm_nt-1]=code; pstfm_nt+=1; + rightamount=0; /* discard jfmread() result */ break; } default: |