summaryrefslogtreecommitdiff
path: root/Build/source/texk/makejvf/write.c
diff options
context:
space:
mode:
authorHironobu Yamashita <h.y.acetaminophen@gmail.com>2017-07-17 02:30:36 +0000
committerHironobu Yamashita <h.y.acetaminophen@gmail.com>2017-07-17 02:30:36 +0000
commit87f4648d57d75c89f84182ebba973924a8a66a46 (patch)
tree278fddfb32a7ac32b87738df2fcb7cb299f3d143 /Build/source/texk/makejvf/write.c
parent3b9640944b02d59559834f77f83b15810788e0da (diff)
makejvf: Improve enhanced mode (version 20170717)
git-svn-id: svn://tug.org/texlive/trunk@44827 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/makejvf/write.c')
-rw-r--r--Build/source/texk/makejvf/write.c5
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: