mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 06:08:26 +00:00
Fix constness again, sigh.
This commit is contained in:
4
cmd.c
4
cmd.c
@ -1223,8 +1223,8 @@ cmd_find_pane_offset(const char *paneptr, struct winlink *wl)
|
|||||||
char *
|
char *
|
||||||
cmd_template_replace(const char *template, const char *s, int idx)
|
cmd_template_replace(const char *template, const char *s, int idx)
|
||||||
{
|
{
|
||||||
char ch;
|
char ch, *buf;
|
||||||
char *buf, *ptr;
|
const char *ptr;
|
||||||
int replaced;
|
int replaced;
|
||||||
size_t len;
|
size_t len;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user