comparison src/protocols/irc/parse.c @ 11136:6270b6ad69a2

[gaim-migrate @ 13200] This is the same termination fix to mirc2txt that just went into oldstatus. What a terrible commit message. committer: Tailor Script <tailor@pidgin.im>
author Ethan Blanton <elb@pidgin.im>
date Thu, 21 Jul 2005 04:16:35 +0000
parents b41c48d890d8
children 519dc2186438
comparison
equal deleted inserted replaced
11135:f2755f58a7da 11136:6270b6ad69a2
383 continue; 383 continue;
384 default: 384 default:
385 result[j++] = result[i]; 385 result[j++] = result[i];
386 } 386 }
387 } 387 }
388 result[i] = '\0'; 388 result[j] = '\0';
389 return result; 389 return result;
390 } 390 }
391 391
392 gboolean irc_ischannel(const char *string) 392 gboolean irc_ischannel(const char *string)
393 { 393 {