Changeset 34022 in vbox
- Timestamp:
- Nov 12, 2010 9:26:40 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl.cpp
r33963 r34022 5582 5582 } 5583 5583 5584 const char *pszDumpDir = Utf8Str(coreDumpDir).c_str(); 5584 Utf8Str strCoreDir(coreDumpDir); 5585 const char *pszDumpDir = strDumpDir.c_str(); 5585 5586 if ( pszDumpDir 5586 5587 && *pszDumpDir == '\0')
Note:
See TracChangeset
for help on using the changeset viewer.