11 lines
512 B
Text
11 lines
512 B
Text
--- dirwin.c.orig Sat Jun 16 23:15:01 2001
|
|
+++ dirwin.c Sat Jun 16 23:15:08 2001
|
|
@@ -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,
|