We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b814b1 commit 6d62e1dCopy full SHA for 6d62e1d
src/include/utils/int8.h
@@ -6,7 +6,7 @@
6
*
7
* Copyright (c) 1994, Regents of the University of California
8
9
- * $Id: int8.h,v 1.3 1998/09/01 04:39:13 momjian Exp $
+ * $Id: int8.h,v 1.4 1998/09/05 01:19:38 thomas Exp $
10
11
* NOTES
12
* These data types are supported on all 64-bit architectures, and may
@@ -33,7 +33,7 @@ typedef long int int64;
33
/* We have working support for "long long int", use that */
34
typedef long long int int64;
35
36
-#define INT64_FORMAT "%Ld"
+#define INT64_FORMAT "%lld"
37
#else
38
/* Won't actually work, but fall back to long int so that int8.c compiles */
39
typedef long int int64;
0 commit comments