11 lines
332 B
Text
11 lines
332 B
Text
--- ROX-Filer/src/config.h.in.orig Sun May 10 14:22:54 2009
|
|
+++ ROX-Filer/src/config.h.in Wed Aug 4 21:24:15 2010
|
|
@@ -60,7 +60,7 @@
|
|
|
|
/* printf format string to print file sizes */
|
|
#ifdef LARGE_FILE_SUPPORT
|
|
-# define SIZE_FMT G_GINT64_MODIFIER "d"
|
|
+# define SIZE_FMT "lld"
|
|
#else
|
|
# define SIZE_FMT G_GINT32_MODIFIER "d"
|
|
#endif
|