From 3340301b02ae647cdb286112c32772bda0faf503 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sat, 29 Nov 2025 01:02:02 -0500 Subject: unalf: actually use timestamps from the alf header (and add -T option to not use them). --- src/unalf.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/unalf.h') diff --git a/src/unalf.h b/src/unalf.h index 743282d..2d0072e 100644 --- a/src/unalf.h +++ b/src/unalf.h @@ -83,6 +83,7 @@ typedef struct { int quiet; int verbose_list; int fixjunk; + int ignore_datetime; } opts_t; #define MAX_EXCLUDES 256 -- cgit v1.2.3