libpurple/protocols/qq/char_conv.c

branch
openq
changeset 24348
1249d8b99aa9
parent 24346
98c009d1f4e0
child 24350
a092f0a371d8
equal deleted inserted replaced
24347:1be96a4cc150 24348:1249d8b99aa9
294 /*if (*temp == '\r' || *temp == '\n') *temp = ' ';*/ 294 /*if (*temp == '\r' || *temp == '\n') *temp = ' ';*/
295 if (*temp > 0 && *temp < 0x20) *temp = ' '; 295 if (*temp > 0 && *temp < 0x20) *temp = ' ';
296 } 296 }
297 g_strstrip(str); 297 g_strstrip(str);
298 } 298 }
299
300

mercurial