mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
94a42dab7a
PR: 23391 Submitted by: Ports Fury
12 lines
512 B
Plaintext
12 lines
512 B
Plaintext
--- dirwin.c.orig Sun Jul 16 07:01:56 2000
|
|
+++ dirwin.c Wed Nov 8 04:03:59 2000
|
|
@@ -168,7 +168,7 @@
|
|
modify_time
|
|
);
|
|
#else
|
|
- (void) strcpy( format, "%10s %3d %7d %12s");
|
|
+ (void) strcpy( format, "%10s %3d %7qd %12s");
|
|
(void) sprintf( line_buffer, format, attributes,
|
|
de_ptr->stat_struct.st_nlink,
|
|
de_ptr->stat_struct.st_size,
|