- Timestamp:
- May 5, 2008 12:47:59 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/MachineImpl.cpp
r8570 r8572 3152 3152 3153 3153 newEnvStr = RTStrDup(Utf8Str (aEnvironment)); 3154 AssertPtrBreak (newEnvStr, vrc = vrc2);3154 AssertPtrBreakStmt (newEnvStr, vrc = vrc2); 3155 3155 3156 3156 /* put new variables to the environment
Note:
See TracChangeset
for help on using the changeset viewer.