mirror of
https://github.com/tmux/tmux.git
synced 2025-09-04 23:56:58 +00:00
Fix constness of cmd_template_replace.
This commit is contained in:
@ -174,7 +174,7 @@ cmd_choose_tree_exec(struct cmd *self, struct cmd_ctx *ctx)
|
||||
}
|
||||
|
||||
wcd = window_choose_add_session(wl->window->active,
|
||||
c, s2, ses_template, (char *)ses_action, idx_ses);
|
||||
c, s2, ses_template, ses_action, idx_ses);
|
||||
|
||||
/* If we're just choosing sessions, skip choosing windows. */
|
||||
if (sflag && !wflag) {
|
||||
|
Reference in New Issue
Block a user