comparison src/util.c @ 413:7ea55575cc01

[gaim-migrate @ 423] thanks to fflew for the patch committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 16 Jun 2000 09:53:28 +0000
parents 1d29321843b0
children 0d4e80bdb96b
comparison
equal deleted inserted replaced
412:ad08e67ec874 413:7ea55575cc01
62 return 1; 62 return 1;
63 if (c == 0) 63 if (c == 0)
64 return 1; 64 return 1;
65 if (c == '\n') 65 if (c == '\n')
66 return 1; 66 return 1;
67 if (c == '<')
68 return 1;
67 return 0; 69 return 0;
68 70
69 71
70 } 72 }
71 73