Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2026-06-02 21:00:06 +01:00
2 changed files with 5 additions and 47 deletions

View File

@@ -108,7 +108,8 @@ cmd_split_window_exec(struct cmd *self, struct cmdq_item *item)
else
lc = layout_get_tiled_cell(item, args, w, wp, flags, &cause);
if (cause != NULL) {
cmdq_error(item, "could not create cell: %s", cause);
cmdq_error(item, "%s", cause);
free(cause);
return (CMD_RETURN_ERROR);
}