Changeset 18162 in vbox for trunk/src/VBox/Frontends/VBoxSDL
- Timestamp:
- Mar 23, 2009 7:28:13 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 44866
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp
r17737 r18162 1670 1670 /* we've not found the image */ 1671 1671 RTPrintf("Adding hard disk '%S'...\n", hdaFile); 1672 virtualBox->OpenHardDisk(hdaFileBstr, hardDisk.asOutParam());1672 virtualBox->OpenHardDisk(hdaFileBstr, TRUE /* fWrite */, hardDisk.asOutParam()); 1673 1673 } 1674 1674 /* do we have the right image now? */
Note:
See TracChangeset
for help on using the changeset viewer.