mirror of
https://github.com/tmux/tmux.git
synced 2025-09-04 06:56:58 +00:00
Fix constness of cmd_template_replace.
This commit is contained in:
@ -864,7 +864,7 @@ window_choose_scroll_down(struct window_pane *wp)
|
||||
|
||||
struct window_choose_data *
|
||||
window_choose_add_session(struct window_pane *wp, struct client *c,
|
||||
struct session *s, const char *template, char *action, u_int idx)
|
||||
struct session *s, const char *template, const char *action, u_int idx)
|
||||
{
|
||||
struct window_choose_data *wcd;
|
||||
|
||||
|
Reference in New Issue
Block a user