openbsd-ports/x11/rox-filer/patches/patch-ROX-Filer_src_config_h_in
jasper 881612c2ab - update rox-filer to 2.8
- fix license marker

some testing by ckuethe@, thanks!
2008-05-21 16:23:20 +00:00

13 lines
413 B
Plaintext

$OpenBSD: patch-ROX-Filer_src_config_h_in,v 1.2 2008/05/21 16:23:20 jasper Exp $
--- ROX-Filer/src/config.h.in.orig Sat May 17 16:40:24 2008
+++ ROX-Filer/src/config.h.in Tue May 20 23:20:24 2008
@@ -59,7 +59,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