From 80c2e4f2d48bae3f9bb5fff420f2b8df016861d9 Mon Sep 17 00:00:00 2001 From: Kelvin Sherlock Date: Sat, 21 Jan 2017 15:08:27 -0500 Subject: [PATCH] afp - initialize backup_date. --- dot_clean.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/dot_clean.cpp b/dot_clean.cpp index 4aff911..8feaea5 100644 --- a/dot_clean.cpp +++ b/dot_clean.cpp @@ -58,6 +58,7 @@ void init_afp_info(AFP_Info &info) { memset(&info, 0, sizeof(info)); info.magic = 0x00504641; info.version = 0x00010000; + info.backup_date = 0x80000000; } #endif