comparison src/protocols/oscar/util.c @ 2931:10a2d4d5bcf2

[gaim-migrate @ 2944] heh. committer: Tailor Script <tailor@pidgin.im>
author Adam Fritzler <mid@auk.cx>
date Tue, 15 Jan 2002 04:07:08 +0000
parents c41030cfed76
children 07283934dedd
comparison
equal deleted inserted replaced
2930:adf08f4c9e9d 2931:10a2d4d5bcf2
160 curPtr1++; 160 curPtr1++;
161 curPtr2++; 161 curPtr2++;
162 } 162 }
163 } 163 }
164 164
165 /* Should both be NULL */
166 if (*curPtr1 != *curPtr2)
167 return 1;
168
165 return 0; 169 return 0;
166 } 170 }
167 171
168 /* strsep Copyright (C) 1992, 1993 Free Software Foundation, Inc. 172 /* strsep Copyright (C) 1992, 1993 Free Software Foundation, Inc.
169 strsep is part of the GNU C Library. 173 strsep is part of the GNU C Library.