Trying to fix build issues (SEGV)

Fix minor issues with new decomp types
This commit is contained in:
Caleb Gardner
2026-05-23 16:11:59 -05:00
parent 5f1089406e
commit 3ea3d8e9a0
10 changed files with 45 additions and 32 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ const c = @import("c");
const Decompressor = @import("../util/decompressor.zig");
const Error = Decompressor.Error;
const Queue = std.Io.Queue([]u8);
const Queue = std.Io.Queue(?*c.ZSTD_DCtx);
const Self = @This();