1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-30 08:26:45 +02:00

add popup alert on friend delete

This commit is contained in:
Jfreegman
2014-03-08 23:57:21 -05:00
parent 33e16fe870
commit fe0641e981
5 changed files with 73 additions and 7 deletions

View File

@ -105,7 +105,7 @@ int wcs_to_mbs_buf(uint8_t *buf, const wchar_t *string, size_t n)
return len;
}
/* convert wide characters to multibyte string: string returned must be free'd */
/* convert wide characters to multibyte string: string returned must be freed */
uint8_t *wcs_to_mbs(wchar_t *string)
{
uint8_t *ret = NULL;