summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/makefs/cd9660.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/makefs/cd9660.c b/usr.sbin/makefs/cd9660.c
index 90a953f..3f55b8d 100644
--- a/usr.sbin/makefs/cd9660.c
+++ b/usr.sbin/makefs/cd9660.c
@@ -685,6 +685,9 @@ cd9660_finalize_PVD(void)
cd9660_time_8426(
(unsigned char *)diskStructure.primaryDescriptor.effective_date,
tim);
+ /* make this sane */
+ cd9660_time_915(diskStructure.rootNode->dot_record->isoDirRecord->date,
+ tim);
}
static void
OpenPOWER on IntegriCloud