- Timestamp:
- Mar 14, 2007 7:44:26 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/MachineImpl.cpp
r1441 r1490 2636 2636 2637 2637 Utf8Str idStr = mData->mUuid.toString(); 2638 #ifdef __WIN__ 2638 #ifdef __WIN__ /** @todo drop this once the RTProcCreate bug has been fixed */ 2639 2639 const char * args[] = {path, "-startvm", idStr, 0 }; 2640 2640 #else … … 6676 6676 if (isConfigLocked()) 6677 6677 { 6678 RTFileFlush(mData->mHandleCfgFile); 6678 6679 RTFileClose(mData->mHandleCfgFile); 6680 /** @todo flush the directory. */ 6679 6681 mData->mHandleCfgFile = NIL_RTFILE; 6680 6682 }
Note:
See TracChangeset
for help on using the changeset viewer.