Fix bug in previous change
This commit is contained in:
parent
1e657b6c6d
commit
b2eb817999
@ -34,7 +34,7 @@ Contributor(s):
|
||||
#define INIT_SIZE 64
|
||||
|
||||
static
|
||||
int keyeq(const XML_Char *s1, const XML_Char *s2)
|
||||
int keyeq(KEY s1, KEY s2)
|
||||
{
|
||||
for (; *s1 == *s2; s1++, s2++)
|
||||
if (*s1 == 0)
|
||||
|
Loading…
Reference in New Issue
Block a user