Changeset 23624 in vbox
- Timestamp:
- Oct 8, 2009 4:23:30 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Main/ConsoleImpl.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl.cpp
r23606 r23624 2977 2977 rc = CFGMR3InsertString(pLunL0, "Driver", !strcmp(pszDevice, "i82078") ? "HostFloppy" : "HostDVD"); RC_CHECK(); 2978 2978 rc = CFGMR3InsertNode(pLunL0, "Config", &pCfg); RC_CHECK(); 2979 Assert( !pszPath && !*pszPath);2979 Assert(pszPath && *pszPath); 2980 2980 rc = CFGMR3InsertString(pCfg, "Path", pszPath); RC_CHECK(); 2981 2981 if (strcmp(pszDevice, "i82078"))
Note:
See TracChangeset
for help on using the changeset viewer.

