mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-11 02:07:09 -06:00
4.37 beta
This commit is contained in:
committed by
Kornel Lesiński
parent
8304895f29
commit
cb9eea7264
@@ -837,6 +837,8 @@ void CArchiveCommandLineParser::Parse2(CArchiveCommandLineOptions &options)
|
||||
ConvertToLongNames(archiveWildcardCensor);
|
||||
#endif
|
||||
|
||||
archiveWildcardCensor.ExtendExclude();
|
||||
|
||||
CObjectVector<CDirItem> dirItems;
|
||||
{
|
||||
UStringVector errorPaths;
|
||||
@@ -960,4 +962,5 @@ void CArchiveCommandLineParser::Parse2(CArchiveCommandLineOptions &options)
|
||||
}
|
||||
else
|
||||
throw kUserErrorMessage;
|
||||
options.WildcardCensor.ExtendExclude();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user