Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2026-06-13 20:00:06 +01:00
2 changed files with 22 additions and 9 deletions

View File

@@ -119,7 +119,7 @@ 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, "size or position %s", cause);
cmdq_error(item, "%s", cause);
free(cause);
return (CMD_RETURN_ERROR);
}