mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-05-18 11:10:22 +00:00
explicit padding works
This commit is contained in:
@@ -138,6 +138,12 @@ fn parseIntoField(
|
||||
0,
|
||||
),
|
||||
|
||||
u32 => try std.fmt.parseInt(
|
||||
u32,
|
||||
value orelse return error.ValueRequired,
|
||||
0,
|
||||
),
|
||||
|
||||
else => unreachable,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user