13 lines
407 B
Text
13 lines
407 B
Text
$NetBSD: patch-ab,v 1.10 2011/05/18 10:54:03 drochner Exp $
|
|
|
|
--- src/fr-command-lrzip.c.orig 2011-04-26 14:29:35.000000000 +0000
|
|
+++ src/fr-command-lrzip.c
|
|
@@ -52,7 +52,7 @@ list__process_line (char *line,
|
|
|
|
struct stat st;
|
|
if (stat (comm->filename, &st) == 0)
|
|
- fdata->modified = st.st_mtim.tv_sec;
|
|
+ fdata->modified = st.st_mtime;
|
|
else
|
|
time(&(fdata->modified));
|
|
fdata->encrypted = FALSE;
|