Changeset 56742 in vbox for trunk/src/VBox
- Timestamp:
- Jul 1, 2015 9:59:58 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/path/RTPathRmCmd.cpp
r56290 r56742 118 118 { 119 119 if (pOpts->fMachineReadable) 120 RTPrintf("fname=%s %crc=%d%c", pszPath, rc);120 RTPrintf("fname=%s\0rc=%d\0", pszPath, rc); 121 121 else 122 122 {
Note:
See TracChangeset
for help on using the changeset viewer.