mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
12 lines
529 B
Plaintext
12 lines
529 B
Plaintext
--- dirwin.c.orig Wed Dec 9 15:35:50 1998
|
|
+++ dirwin.c Wed Dec 9 15:35:59 1998
|
|
@@ -163,7 +163,7 @@
|
|
ERROR_MSG("malloc() Failed*Abort");
|
|
exit(1);
|
|
}
|
|
- (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,
|