mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-18 08:54:38 +08:00
(ZIP): updated SharpZipLib.
This commit is contained in:
@@ -126,7 +126,7 @@ namespace GameRes.Formats.PkWare
|
||||
|
||||
internal ArcFile OpenZipArchive (ArcView file, Stream input)
|
||||
{
|
||||
SharpZip.ZipConstants.DefaultCodePage = Properties.Settings.Default.ZIPEncodingCP;
|
||||
SharpZip.ZipStrings.CodePage = Properties.Settings.Default.ZIPEncodingCP;
|
||||
var zip = new SharpZip.ZipFile (input);
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user