[xml] 1.8.1 defect

Date view Thread view Subject view Author view

From: pj@walter-graphtek.com
Date: Tue Dec 21 1999 - 10:25:03 EST


When compiling 1.8.1 I got a warning for parser.c line 857
    if ((cur = '&') && (ptr[1] == '#') && (ptr[2] == 'x')) {
which should probably read
    if ((cur == '&') && (ptr[1] == '#') && (ptr[2] == 'x')) {

Regards,
Peter

----
Message from the list xml@xmlsoft.org
Archived at : http://xmlsoft.org/messages/
to unsubscribe: echo "unsubscribe xml" | mail  majordomo@xmlsoft.org


Date view Thread view Subject view Author view

This archive was generated by hypermail 2b29 : Wed Aug 02 2000 - 12:29:55 EDT