When using "junk paths", don't create directories.

This commit is contained in:
Andy McFadden 2002-10-10 15:50:51 +00:00
parent 717937b571
commit 7e0ad70cc2
1 changed files with 2 additions and 0 deletions

View File

@ -1130,6 +1130,8 @@ BNYExtractDirectory(BNYArchive* pBny, BNYEntry* pEntry, ExtMode extMode)
if (extMode == kBNYExtTest) {
actionStr = "skipping ";
} else if (NState_GetModJunkPaths(pBny->pState)) {
actionStr = "skipping ";
} else {
/*
* Using the normalized name of a directory is a problem