mirror of
https://github.com/fadden/nulib2.git
synced 2025-02-07 18:30:50 +00:00
When using "junk paths", don't create directories.
This commit is contained in:
parent
717937b571
commit
7e0ad70cc2
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user