Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2026-06-14 10:00:06 +01:00

View File

@@ -379,6 +379,8 @@ layout_construct(struct layout_cell *lcparent, const char **layout,
struct layout_cell *lcchild;
*lc = layout_construct_cell(lcparent, layout);
if (*lc == NULL)
return (-1);
switch (**layout) {
case ',':