From 9e79a59a9cd97513d54c3e6190d2391947daa14b Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Tue, 25 Aug 2015 08:27:18 +0000 Subject: texk/dvipdfm-x: Replace '(unsigned) long' by '(unsigned) int' or '(u)int32_t' except when needed with for ftell() and fseek() git-svn-id: svn://tug.org/texlive/trunk@38200 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/dvipdfm-x/type0.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Build/source/texk/dvipdfm-x/type0.c') diff --git a/Build/source/texk/dvipdfm-x/type0.c b/Build/source/texk/dvipdfm-x/type0.c index ba3efa2e40f..06bb9c8ec3d 100644 --- a/Build/source/texk/dvipdfm-x/type0.c +++ b/Build/source/texk/dvipdfm-x/type0.c @@ -1,6 +1,6 @@ /* This is dvipdfmx, an eXtended version of dvipdfm by Mark A. Wicks. - Copyright (C) 2002-2014 by Jin-Hwan Cho and Shunsaku Hirata, + Copyright (C) 2002-2015 by Jin-Hwan Cho and Shunsaku Hirata, the dvipdfmx project team. This program is free software; you can redistribute it and/or modify @@ -662,7 +662,7 @@ static pdf_obj * pdf_read_ToUnicode_file (const char *cmap_name) { pdf_obj *stream; - long res_id = -1; + int res_id = -1; ASSERT(cmap_name); -- cgit v1.2.3