aboutsummaryrefslogtreecommitdiff
path: root/lib/setup.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/setup.h')
-rw-r--r--lib/setup.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/setup.h b/lib/setup.h
index f3cdc16a8..60d305e8f 100644
--- a/lib/setup.h
+++ b/lib/setup.h
@@ -82,12 +82,11 @@ typedef unsigned char bool;
/* We set up our internal prefered (CURL_)FORMAT_OFF_T here */
#if defined(SIZEOF_CURL_OFF_T) && (SIZEOF_CURL_OFF_T > 4)
-#define FORMAT_OFF_T "%lld"
+#define FORMAT_OFF_T "lld"
#else
-#define FORMAT_OFF_T "%ld"
+#define FORMAT_OFF_T "ld"
#endif
-
#ifdef NEED_REENTRANT
/* Solaris machines needs _REENTRANT set for a few function prototypes and
things to appear in the #include files. We need to #define it before all