diff options
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 |