Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2025-02-10 10:01:11 +00:00
11 changed files with 44 additions and 24 deletions

View File

@ -892,7 +892,7 @@ cmdq_error(struct cmdq_item *item, const char *fmt, ...)
c->retval = 1;
} else {
*msg = toupper((u_char) *msg);
status_message_set(c, -1, 1, 0, "%s", msg);
status_message_set(c, -1, 1, 0, 0, "%s", msg);
}
free(msg);