- Timestamp:
- Nov 10, 2015 12:28:06 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/VBoxBs3Linker.cpp
r58609 r58633 296 296 if (ferror(paInputs[i].pFile)) 297 297 { 298 fprintf(stderr, "error: Error reading '%s'.\n", paInputs[i] );298 fprintf(stderr, "error: Error reading '%s'.\n", paInputs[i].pszFile); 299 299 rcExit = 1; 300 300 }
Note:
See TracChangeset
for help on using the changeset viewer.