Trying to fix build issues (SEGV)
Fix minor issues with new decomp types
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user