comparison src/util.c @ 6478:338147ea6896

[gaim-migrate @ 6991] Some compiler warning fixes for 64-bit platforms from Robot101. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Fri, 15 Aug 2003 22:16:44 +0000
parents 650e9b73ba38
children 060aa79a733e
comparison
equal deleted inserted replaced
6477:a224dc78d10a 6478:338147ea6896
855 return fp; 855 return fp;
856 } 856 }
857 857
858 char *gaim_try_conv_to_utf8(const char *str) 858 char *gaim_try_conv_to_utf8(const char *str)
859 { 859 {
860 int converted; 860 gsize converted;
861 char *utf8; 861 char *utf8;
862 862
863 if (str == NULL) { 863 if (str == NULL) {
864 return NULL; 864 return NULL;
865 } 865 }