explicit padding works

This commit is contained in:
Mitchell Hashimoto
2022-11-14 17:13:56 -08:00
parent c515cb9b5f
commit d7d12d9469
5 changed files with 58 additions and 16 deletions

View File

@@ -138,6 +138,12 @@ fn parseIntoField(
0,
),
u32 => try std.fmt.parseInt(
u32,
value orelse return error.ValueRequired,
0,
),
else => unreachable,
};