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.");
|
throw new SevenZipLibraryException("library is invalid.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
#endif
|
#endif
|
||||||
if (format is InArchiveFormat)
|
if (format is InArchiveFormat)
|
||||||
{
|
{
|
||||||
|
@ -177,6 +176,7 @@ namespace SevenZip
|
||||||
#endif
|
#endif
|
||||||
throw new ArgumentException(
|
throw new ArgumentException(
|
||||||
"Enum " + format + " is not a valid archive format attribute!");
|
"Enum " + format + " is not a valid archive format attribute!");
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue