[ expat-Bugs-1060896 ] enum XML_Error <-> XML_Status in xmlparse.c
"SourceForge.net" <[email protected]>
| Newsgroups | gmane.text.xml.expat.bugs |
|---|---|
| Message-ID | <[email protected]> |
Bugs item #1060896, was opened at 2004-11-05 07:23 Message generated for change (Comment added) made by kwaclaw You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110127&aid=1060896&group_id=10127 Category: None Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Nobody/Anonymous (nobody) >Assigned to: Karl Waclawek (kwaclaw) Summary: enum XML_Error <-> XML_Status in xmlparse.c Initial Comment: Hi! compiling expat_1.95.8 on HP_UX 11.00 with aCC i get errors in file xmlparse.c in function XML_ParseBuffer() (line 1548) and XML_ResumeParser() (line 1701) caused by the assignment of enums XML_Status assigned to variable enum XML_Error result, but returning enum XML_Status as mentioned in the function declaration. I guess XML_Error should be XML_Status in this case. Greetings Jörg ---------------------------------------------------------------------- >Comment By: Karl Waclawek (kwaclaw) Date: 2004-11-05 08:56 Message: Logged In: YES user_id=290026 This has already been fixed in CVS. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110127&aid=1060896&group_id=10127