pkgsrc/archivers/file-roller/patches/patch-ab
drochner 1fef24c3f6 update to 2.32.2
changes:
-bugfixes
-translation updates
2011-05-18 10:54:03 +00:00

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;