mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 08:32:07 +02:00
added a "const" to cvtchar() to get rid of compiler warnings
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1933 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
6e38cc2645
commit
856e1de779
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ static int popnum(int *num)
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int cvtchar(char *sp, char *c)
|
static int cvtchar(const char *sp, char *c)
|
||||||
{
|
{
|
||||||
switch(*sp) {
|
switch(*sp) {
|
||||||
case '\\':
|
case '\\':
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue