1 parent 7cc9cc8 commit 8b8f713Copy full SHA for 8b8f713
1 file changed
src/os/flatpak.zig
@@ -41,7 +41,7 @@ pub const FlatpakHostCommand = struct {
41
clear_env: bool = false,
42
/// Kill the sandbox when the caller disappears from the session bus
43
watch_bus: bool = false,
44
- _reserved: u30 = 0,
+ _reserved: std.meta.Int(.unsigned, @bitSizeOf(c_uint) - 2) = 0,
45
};
46
47
/// Argv are the arguments to call on the host with argv[0] being
0 commit comments