Changeset 39933 in vbox
- Timestamp:
- Feb 1, 2012 1:45:02 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 76012
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/xml.cpp
r39083 r39933 1501 1501 pcszFilename, 1502 1502 NULL, // encoding = auto 1503 XML_PARSE_NOBLANKS )))1503 XML_PARSE_NOBLANKS | XML_PARSE_NONET))) 1504 1504 throw XmlError(xmlCtxtGetLastError(m_ctxt)); 1505 1505 … … 1631 1631 pcszFilename, 1632 1632 NULL, // encoding = auto 1633 XML_PARSE_NOBLANKS )))1633 XML_PARSE_NOBLANKS | XML_PARSE_NONET))) 1634 1634 throw XmlError(xmlCtxtGetLastError(m_ctxt)); 1635 1635
Note:
See TracChangeset
for help on using the changeset viewer.