diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2012-07-13 19:22:21 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2012-07-13 19:22:21 +0000 |
commit | 36bba827e5c9c3b56b66ce3f01ca0690bbaf01aa (patch) | |
tree | 0e5b1cfd8efed2561ec593d0b7c212e268dc793a /Build/source/texk/web2c/w2c/config.h | |
parent | a4dcf1f31482b564ec12507c7d018533cd519277 (diff) |
largefile
git-svn-id: svn://tug.org/texlive/trunk@27030 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/w2c/config.h')
-rw-r--r-- | Build/source/texk/web2c/w2c/config.h | 2 |
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 b48b6c19b74..5e2d60e1daa 100644 --- a/Build/source/texk/web2c/w2c/config.h +++ b/Build/source/texk/web2c/w2c/config.h @@ -86,7 +86,7 @@ typedef off_t longinteger; #else #define LONGINTEGER_TYPE long #define LONGINTEGER_PRId "ld" -#define LONGINTEGER_PRId "li" +#define LONGINTEGER_PRIi "li" #endif /* I don't want to write a configure test for remove when all Unix |