Changeset 66775 in vbox for trunk/src/VBox/Runtime/tools
- Timestamp:
- May 4, 2017 9:22:05 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 115187
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/tools/RTLs.cpp
r66769 r66775 1143 1143 } 1144 1144 else if (rc != VERR_NO_MORE_FILES) 1145 rcExit = RTMsgErrorExitFailure("RTVfsDirReadEx failed: %Rrc\n" );1145 rcExit = RTMsgErrorExitFailure("RTVfsDirReadEx failed: %Rrc\n", rc); 1146 1146 break; 1147 1147 }
Note:
See TracChangeset
for help on using the changeset viewer.