mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-13 00:17:30 +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);
|
||||
else
|
||||
{
|
||||
compressionFormat.Identify(data, sfd.FileName);
|
||||
compressionFormat.Identify(data, fileNames[0]);
|
||||
stream = compressionFormat.Decompress(data);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue