summaryrefslogtreecommitdiff
path: root/Build/source/texk/makejvf/ChangeLog
diff options
context:
space:
mode:
authorHironobu Yamashita <h.y.acetaminophen@gmail.com>2017-07-20 14:15:34 +0000
committerHironobu Yamashita <h.y.acetaminophen@gmail.com>2017-07-20 14:15:34 +0000
commitfdf8f7cb36103eb7689279cd9f2e9706a73f5f27 (patch)
tree37ca109f9228cfb938f2578a07cba9464bec3001 /Build/source/texk/makejvf/ChangeLog
parent9fff5cddf4e6bed85877e28ae4df809b4de2e13e (diff)
makejvf: unsigned -> signed to avoid abs() warning
git-svn-id: svn://tug.org/texlive/trunk@44851 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/makejvf/ChangeLog')
-rw-r--r--Build/source/texk/makejvf/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/Build/source/texk/makejvf/ChangeLog b/Build/source/texk/makejvf/ChangeLog
index 6dd4d124bcb..b73859f9c21 100644
--- a/Build/source/texk/makejvf/ChangeLog
+++ b/Build/source/texk/makejvf/ChangeLog
@@ -1,6 +1,8 @@
2017-07-20 Hironobu Yamashita <h.y.acetaminophen@gmail.com>
makejvf version 20170720.
+ * tfmread.c, makejvf.h: Declare "rightamount" as signed,
+ to be consistent with "skip" in write.c.
* write.c: Improve -m option for UCS mode.
* version.h: Adjusted.
* makejvf.1: Add documentation of -m option.