summaryrefslogtreecommitdiff
path: root/sysutils/rox/patches/patch-aa
blob: 1d8e9ca722366aed7651a60ab1fc5345c2061437 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$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