summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvipdfm-x/cff_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/dvipdfm-x/cff_types.h')
-rw-r--r--Build/source/texk/dvipdfm-x/cff_types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/dvipdfm-x/cff_types.h b/Build/source/texk/dvipdfm-x/cff_types.h
index ff6a6f23f63..4d276348e26 100644
--- a/Build/source/texk/dvipdfm-x/cff_types.h
+++ b/Build/source/texk/dvipdfm-x/cff_types.h
@@ -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
@@ -43,7 +43,7 @@ typedef unsigned char card8; /* 1-byte unsigned number */
typedef unsigned short card16; /* 2-byte unsigned number */
typedef unsigned char c_offsize; /* 1-byte unsigned number specifies the size
of an Offset field or fields, range 1-4 */
-typedef unsigned long l_offset; /* 1, 2, 3, or 4-byte offset */
+typedef uint32_t l_offset; /* 1, 2, 3, or 4-byte offset */
typedef unsigned short s_SID; /* 2-byte string identifier */
typedef struct {