mirror of
https://github.com/tmux/tmux.git
synced 2025-11-04 09:26:05 +00:00
Merge branch 'obsd-master'
This commit is contained in:
@@ -65,7 +65,7 @@ cmd_save_buffer_done(__unused struct client *c, const char *path, int error,
|
||||
return;
|
||||
|
||||
if (error != 0)
|
||||
cmdq_error(item, "%s: %s", path, strerror(error));
|
||||
cmdq_error(item, "%s: %s", strerror(error), path);
|
||||
cmdq_continue(item);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user