mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +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)
|
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);
|
var zip = new SharpZip.ZipFile (input);
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user