| author | |
| committer | |
| log | 92ea7bce5dc31f0abbf9dcfcb9b0b749e604bba9 |
| tree | 9f72bc040e4c76fdaf31458f1367ee92c7968ef3 |
| parent | d94613c1d06fbeaf0cee88a04842cda64a10c8f9 |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/compress/xz/block.zig+1-1| ... | @@ -268,7 +268,7 @@ pub fn Decoder(comptime ReaderType: type) type { | ... | @@ -268,7 +268,7 @@ pub fn Decoder(comptime ReaderType: type) type { |
| 268 | }; | 268 | }; |
| 269 | 269 | ||
| 270 | const packed_size = blk: { | 270 | const packed_size = blk: { |
| 271 | var tmp: u64 = try packed_reader.readIntBig(u16); | 271 | const tmp: u17 = try packed_reader.readIntBig(u16); |
| 272 | break :blk tmp + 1; | 272 | break :blk tmp + 1; |
| 273 | }; | 273 | }; |
| 274 | 274 |