mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
12 lines
379 B
Plaintext
12 lines
379 B
Plaintext
|
--- 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
|
||
|
);
|