Changeset 3875
- Timestamp:
- 07/26/07 15:11:34 (1 year ago)
- Files:
-
- trunk/src/VBox/Main/ConsoleImpl.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/VBox/Main/ConsoleImpl.cpp
r3861 r3875 6640 6640 int vrc = VINF_SUCCESS; 6641 6641 6642 /* Set up a build identifier so that it can be seen from core dumps what 6643 * exact build was used to produce the core. */ 6644 static char saBuildID[40]; 6645 RTStrPrintf(saBuildID, sizeof(saBuildID), "%s%s%s%s VirtualBox %s r%d %s%s%s%s", 6646 "BU", "IL", "DI", "D", VBOX_VERSION_STRING, VBOX_SVN_REV, "BU", "IL", "DI", "D"); 6647 6642 6648 ComObjPtr <Console> console = task->mConsole; 6643 6649

