mirror of
https://github.com/tmux/tmux.git
synced 2025-09-07 03:48:20 +00:00
Merge branch 'obsd-master' into master
This commit is contained in:
2
cmd.c
2
cmd.c
@@ -501,7 +501,7 @@ cmd_parse(struct args_value *values, u_int count, const char *file, u_int line,
|
||||
const struct cmd_entry *entry;
|
||||
struct cmd *cmd;
|
||||
struct args *args;
|
||||
char *error;
|
||||
char *error = NULL;
|
||||
|
||||
if (count == 0 || values[0].type != ARGS_STRING) {
|
||||
xasprintf(cause, "no command");
|
||||
|
Reference in New Issue
Block a user