1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/misc/ytree/files/patch-ag

12 lines
379 B
Plaintext
Raw Normal View History

--- filewin.c.orig Sat Mar 21 22:42:17 1998
+++ filewin.c Sat Mar 21 22:53:03 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
);