13 lines
413 B
Plaintext
13 lines
413 B
Plaintext
$OpenBSD: patch-ROX-Filer_src_config_h_in,v 1.3 2010/08/18 13:33:22 jasper Exp $
|
|
--- 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
|