Fix a warning about const with forward channels.
This commit is contained in:
parent
a14de124d6
commit
d9af501aa8
3 changed files with 3 additions and 3 deletions
|
@ -92,7 +92,7 @@ check_forward(struct Client *source_p, struct Channel *chptr,
|
|||
char *key, int *err)
|
||||
{
|
||||
int depth = 0, i;
|
||||
char *next = NULL;
|
||||
const char *next = NULL;
|
||||
|
||||
/* The caller (m_join) is only interested in the reason
|
||||
* for the original channel.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue