1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/misc/ytree/files/patch-ag
1998-12-09 10:46:59 +00:00

12 lines
377 B
Plaintext

--- filewin.c.orig Wed Dec 9 15:36:15 1998
+++ filewin.c Wed Dec 9 15:36:28 1998
@@ -535,7 +535,7 @@
}
else
{
- (void) sprintf( format, "%%c%%%c%ds %%10s %%3d %%7d %%12s",
+ (void) sprintf( format, "%%c%%%c%ds %%10s %%3d %%7qd %%12s",
justify,
max_filename_len
);