Changeset 73502 in vbox for trunk/src/VBox/Runtime/common
- Timestamp:
- Aug 5, 2018 12:40:50 PM (6 years ago)
- Location:
- trunk/src/VBox/Runtime/common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/fs/RTFsCmdLs.cpp
r73097 r73502 492 492 case RTCMDLSTIME_ATIME: pfnCmp = pOpts->fGroupDirectoriesFirst ? rtCmdLsEntryCmpDirFirstATime : rtCmdLsEntryCmpATime; break; 493 493 } 494 break; 494 495 case RTCMDLSSORT_VERSION: 495 496 pfnCmp = pOpts->fGroupDirectoriesFirst ? rtCmdLsEntryCmpDirFirstVersion : rtCmdLsEntryCmpVersion; -
trunk/src/VBox/Runtime/common/zip/xarvfs.cpp
r73097 r73502 1941 1941 Parser.read(pszOutput, cchToc, RTCString("xar-toc.xml"), *pDoc); 1942 1942 } 1943 catch (xml::XmlError Err)1943 catch (xml::XmlError &Err) 1944 1944 { 1945 1945 rc = VERR_XAR_TOC_XML_PARSE_ERROR;
Note:
See TracChangeset
for help on using the changeset viewer.