From 5188862e59430fe63aaab9425a263ae454dc6f61 Mon Sep 17 00:00:00 2001 From: "Thomas E. Dickey" Date: Sat, 8 Jul 2017 19:04:06 +0000 Subject: snapshot of project "lynx", label v2-8-9dev_15f --- WWW/Library/Implementation/HTUtils.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'WWW/Library/Implementation/HTUtils.h') diff --git a/WWW/Library/Implementation/HTUtils.h b/WWW/Library/Implementation/HTUtils.h index bd6391bb..4f2c4670 100644 --- a/WWW/Library/Implementation/HTUtils.h +++ b/WWW/Library/Implementation/HTUtils.h @@ -1,5 +1,5 @@ /* - * $LynxId: HTUtils.h,v 1.124 2017/07/02 20:40:14 tom Exp $ + * $LynxId: HTUtils.h,v 1.125 2017/07/07 20:49:16 Martijn.Dekker Exp $ * * Utility macros for the W3 code library * MACROS FOR GENERAL USE @@ -585,7 +585,7 @@ extern int WWW_TraceMask; * Printing/scanning-formats for "off_t", as well as cast needed to fit. */ #if defined(HAVE_LONG_LONG) && defined(HAVE_INTTYPES_H) && defined(SIZEOF_OFF_T) -#if (SIZEOF_OFF_T == 8) && defined(PRId64) +#if (SIZEOF_OFF_T == 8) && defined(PRId64) && defined(SCNd64) #define PRI_off_t PRId64 #define SCN_off_t SCNd64 -- cgit 1.4.1-2-gfad0