mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 12:23:37 +02:00
compiler warning fixes
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2498 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
9ebcbffd66
commit
74b1a57540
3 changed files with 3 additions and 3 deletions
|
|
@ -105,7 +105,7 @@ int strlen_utf8(const char *str)
|
|||
return len;
|
||||
}
|
||||
|
||||
int utf16_char_to_utf8(unichar c, unsigned char *outbuf)
|
||||
int utf16_char_to_utf8(unichar c, char *outbuf)
|
||||
{
|
||||
int len, i, first;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue