mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-07 19:30:47 -04:00
17 lines
445 B
Plaintext
17 lines
445 B
Plaintext
$NetBSD: patch-aa,v 1.4 2009/11/05 19:50:54 reinoud Exp $
|
|
|
|
--- ROX-Filer/src/config.h.in.orig 2009-07-18 16:23:18.000000000 +0200
|
|
+++ ROX-Filer/src/config.h.in
|
|
@@ -60,9 +60,9 @@
|
|
|
|
/* printf format string to print file sizes */
|
|
#ifdef LARGE_FILE_SUPPORT
|
|
-# define SIZE_FMT G_GINT64_MODIFIER "d"
|
|
+# define SIZE_FMT G_GINT64_MODIFIER "jd"
|
|
#else
|
|
-# define SIZE_FMT G_GINT32_MODIFIER "d"
|
|
+# define SIZE_FMT G_GINT32_MODIFIER "jd"
|
|
#endif
|
|
|
|
#if 1
|