mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-08 10:56:34 +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