Changeset 73516 in vbox for trunk/src/VBox
- Timestamp:
- Aug 5, 2018 3:00:30 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/zip/xarvfs.cpp
r73502 r73516 1941 1941 Parser.read(pszOutput, cchToc, RTCString("xar-toc.xml"), *pDoc); 1942 1942 } 1943 catch (xml::XmlError & Err)1943 catch (xml::XmlError &) 1944 1944 { 1945 1945 rc = VERR_XAR_TOC_XML_PARSE_ERROR;
Note:
See TracChangeset
for help on using the changeset viewer.