| author | |
| committer | |
| log | 6b8c7540a876b000e5c53fdbf9336c9fdc8d7556 |
| tree | 9157ad608ffa04d73910b404d18524b8a16b913f |
| parent | 4f1e5f78f6c7c1423bad6fea273b05d401035aea |
1 files changed, 1 insertions(+), 1 deletions(-)
src/Compilation.zig+1-1| ... | ... | @@ -3849,7 +3849,7 @@ fn docsCopyFallible(comp: *Compilation) anyerror!void { |
| 3849 | 3849 | |
| 3850 | 3850 | const header_bytes = std.mem.asBytes(&file_header); |
| 3851 | 3851 | const padding = p: { |
| 3852 | const remainder = stat.size % 512; | |
| 3852 | const remainder: u16 = @intCast(stat.size % 512); | |
| 3853 | 3853 | const n = if (remainder > 0) 512 - remainder else 0; |
| 3854 | 3854 | break :p padding_buffer[0..n]; |
| 3855 | 3855 | }; |