Changeset 42388 in vbox for trunk/src/VBox
- Timestamp:
- Jul 25, 2012 11:56:53 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/SystemPropertiesImpl.cpp
r42195 r42388 1180 1180 { 1181 1181 int vrc = autostartDb->setAutostartDbPath(NULL); 1182 /* AssertRC(vrc); - VERR_NOT_IMPLEMENTED on Mac OS X and thus strict builds crashes. */ 1183 m->strAutostartDatabasePath = ""; 1182 if (RT_SUCCESS(vrc)) 1183 m->strAutostartDatabasePath = ""; 1184 else 1185 rc = setError(E_FAIL, 1186 tr("Deleting the autostart database path failed (%Rrc)"), 1187 vrc); 1184 1188 } 1185 1189
Note:
See TracChangeset
for help on using the changeset viewer.