mirror of
https://github.com/i3/i3.git
synced 2025-12-01 12:06:20 +00:00
1
release-notes/bugfixes/4-machine-crash
Normal file
1
release-notes/bugfixes/4-machine-crash
Normal file
@ -0,0 +1 @@
|
|||||||
|
fix crashes when using machine criterion
|
||||||
@ -80,6 +80,7 @@ void match_copy(Match *dest, Match *src) {
|
|||||||
DUPLICATE_REGEX(instance);
|
DUPLICATE_REGEX(instance);
|
||||||
DUPLICATE_REGEX(window_role);
|
DUPLICATE_REGEX(window_role);
|
||||||
DUPLICATE_REGEX(workspace);
|
DUPLICATE_REGEX(workspace);
|
||||||
|
DUPLICATE_REGEX(machine);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user