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-af
Steve Price 9e91129f34 Fix the modification timestamp in the extended file display.
PR:		6079
Submitted by:	Greg Lehey <grog@lemis.com>
1998-03-28 14:29:41 +00:00

12 lines
529 B
Plaintext

--- dirwin.c.orig Sat Mar 21 22:40:47 1998
+++ dirwin.c Sat Mar 21 22:41:17 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,