Enable recognition and handling of "bad Mac" archives.

This commit is contained in:
Andy McFadden 2007-02-19 22:38:15 +00:00
parent 56379e1db4
commit 1f19d2873f
3 changed files with 7 additions and 1 deletions

View File

@ -856,6 +856,10 @@ OpenArchiveReadOnly(NulibState* pState)
err = NuSetValue(pArchive, kNuValueMimicSHK, true);
BailError(err);
/* handy for some malformed archives */
err = NuSetValue(pArchive, kNuValueHandleBadMac, true);
BailError(err);
/*
DBUG(("--- enabling 'mask dataless' mode\n"));
err = NuSetValue(pArchive, kNuValueMaskDataless, true);

View File

@ -1,3 +1,5 @@
2007/02/19 Enable "bad Mac" handling.
2006/02/18 ***** v2.1.1 shipped *****
2006/02/18 fadden

View File

@ -9,7 +9,7 @@
#include "Nulib2.h"
static const char* gProgramVersion = "2.1.1";
static const char* gProgramVersion = "2.2.0";
/*