mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2025-02-16 22:08:26 +00:00
Fix check for decompression menu
This commit is contained in:
parent
62b0de92ae
commit
4d16f8e10e
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ namespace Toolbox.Library.IO
|
||||||
stream = compressionFormat.Compress(data);
|
stream = compressionFormat.Compress(data);
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
compressionFormat.Identify(data, sfd.FileName);
|
compressionFormat.Identify(data, fileNames[0]);
|
||||||
stream = compressionFormat.Decompress(data);
|
stream = compressionFormat.Decompress(data);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue