I think more stuff needed thread locking for more time in 7z library manager
This commit is contained in:
parent
e03da4f5fe
commit
0341d24bc8
|
@ -161,7 +161,6 @@ namespace SevenZip
|
|||
throw new SevenZipLibraryException("library is invalid.");
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
if (format is InArchiveFormat)
|
||||
{
|
||||
|
@ -177,6 +176,7 @@ namespace SevenZip
|
|||
#endif
|
||||
throw new ArgumentException(
|
||||
"Enum " + format + " is not a valid archive format attribute!");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue