comparison src/util.c @ 3371:363af6ce86a8

[gaim-migrate @ 3390] I'm so careless. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Fri, 02 Aug 2002 05:23:01 +0000
parents eb7b398051f2
children 0e79bf1d79ea
comparison
equal deleted inserted replaced
3370:eb7b398051f2 3371:363af6ce86a8
1159 g_free(buf); 1159 g_free(buf);
1160 1160
1161 return ret; 1161 return ret;
1162 #else 1162 #else
1163 return g_strdup(str); 1163 return g_strdup(str);
1164 #endif
1164 } 1165 }
1165 1166
1166 void strip_linefeed(gchar *text) 1167 void strip_linefeed(gchar *text)
1167 { 1168 {
1168 int i, j; 1169 int i, j;