Changeset 49028 in vbox for trunk/src/VBox/Runtime/common
- Timestamp:
- Oct 10, 2013 12:55:06 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/zip/xarvfs.cpp
r48868 r49028 1926 1926 xml::ElementNode const *pTocElem = NULL; 1927 1927 if (pRootElem && pRootElem->nameEquals("xar")) 1928 pTocElem = pRootElem ? pRootElem->findChildElement( NULL,"toc") : NULL;1928 pTocElem = pRootElem ? pRootElem->findChildElement("toc") : NULL; 1929 1929 if (pTocElem) 1930 1930 {
Note:
See TracChangeset
for help on using the changeset viewer.