aboutsummaryrefslogtreecommitdiffstats
path: root/misc/ytree/files/patch-ag
blob: 931667cf7b374d4eb58a1eb346d1e87edca5e006 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- filewin.c.orig  Mon Apr 16 22:35:39 2001
+++ filewin.c   Thu Apr 26 05:58:49 2001
@@ -617,7 +617,7 @@
                      sym_link_name
                    );
 #else
-             (void) sprintf( format, "%%c%%c%%-%ds %%10s %%3d %%7d %%12s -> %%-%ds", 
+             (void) sprintf( format, "%%c%%c%%-%ds %%10s %%3d %%7qd %%12s -> %%-%ds", 
                      max_filename_len,
                      max_linkname_len
                    );
@@ -652,7 +652,7 @@
                      modify_time
                    );
 #else
-             (void) sprintf( format, "%%c%%c%%%c%ds %%10s %%3d %%7d %%12s", 
+             (void) sprintf( format, "%%c%%c%%%c%ds %%10s %%3d %%7qd %%12s", 
                                       justify,
                      max_filename_len 
                    );