mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-06 16:59:03 +00:00
[ctrtool] Fixed issue #7
This commit is contained in:
+1
-1
@@ -40,7 +40,7 @@ void lzss_process(lzss_context* ctx, u32 actions)
|
||||
FILE* fout = 0;
|
||||
|
||||
|
||||
fseek(ctx->file, ctx->offset, SEEK_SET);
|
||||
fseeko64(ctx->file, ctx->offset, SEEK_SET);
|
||||
|
||||
|
||||
if (actions & ExtractFlag)
|
||||
|
||||
Reference in New Issue
Block a user