summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/w2c/config.h
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2012-07-13 14:04:13 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2012-07-13 14:04:13 +0000
commit82dbffbb38c0424e53f3cfe2d3774671995753d7 (patch)
tree4ad687a01098638b066b6ee78469f17ac2038c26 /Build/source/texk/web2c/w2c/config.h
parentfe9645c163ee9586294626bd59da2a32d193ad55 (diff)
a typo
git-svn-id: svn://tug.org/texlive/trunk@27023 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/w2c/config.h')
-rw-r--r--Build/source/texk/web2c/w2c/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/w2c/config.h b/Build/source/texk/web2c/w2c/config.h
index 74799867969..82a47ca788f 100644
--- a/Build/source/texk/web2c/w2c/config.h
+++ b/Build/source/texk/web2c/w2c/config.h
@@ -77,7 +77,7 @@ typedef off_t longinteger;
#if defined(WIN32) && !defined(__MINGW32__)
#define LONGINTEGER_TYPE __int64
-#define LONGINTEGER_PRId "IA64d"
+#define LONGINTEGER_PRId "I64d"
#elif SIZEOF_LONG < SIZEOF_OFF_T
#define LONGINTEGER_TYPE long long
#define LONGINTEGER_PRId "lld"