mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-22 12:55:58 +01:00
8ab0073b49
The template array given to mkstemp was declared static. This reused the memory, which caused mkstemp to fail if backingfile is run more than once, because the array no longer contained the template syntax (which is forced to end in XXXXXX) but the previous file name. |
||
---|---|---|
.. | ||
support | ||
.gitignore | ||
idle.c | ||
meson.build | ||
multi-pointer.c | ||
output-layout.c | ||
pointer.c | ||
rotation.c | ||
screenshot.c | ||
simple.c | ||
tablet.c | ||
touch.c |