mirror of
https://github.com/ziglang/zig.git
synced 2025-12-27 16:43:07 +00:00
cbe: 32 bit fixup for update-zig1
This commit is contained in:
parent
7fb3683c32
commit
3d4ff4fdda
@ -7083,7 +7083,7 @@ fn StringLiteral(comptime WriterType: type) type {
|
||||
const max_len = 16380 - max_char_len;
|
||||
|
||||
return struct {
|
||||
cur_len: usize = 0,
|
||||
cur_len: u64 = 0,
|
||||
counting_writer: std.io.CountingWriter(WriterType),
|
||||
|
||||
pub const Error = WriterType.Error;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user