all repos — openbox @ 76113b8a06e19f0a1ebef245daa0f645f6322367

openbox fork - make it a bit more like ryudo

Avoid initializing a VLA of 0 length
Mikael Magnusson mikachu@gmail.com
commit

76113b8a06e19f0a1ebef245daa0f645f6322367

parent

9fb4b56ba9f0ea10dd8fd289835b2f2db026335b

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M openbox/place.copenbox/place.c

@@ -444,7 +444,7 @@ n_client_rects += 1;

} } - { + if (n_client_rects) { Rect client_rects[n_client_rects]; GSList* it; Point result;