Quick fix for LZSS
This commit is contained in:
parent
47ad72444c
commit
b930e02fde
@ -22,6 +22,7 @@ namespace Toolbox.Library
|
||||
{
|
||||
using (var reader = new FileReader(stream, true))
|
||||
{
|
||||
hasMagic = true;
|
||||
return reader.CheckSignature(4, "LzS\x01");
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user