Changeset 3875 in vbox for trunk/src/VBox
- Timestamp:
- Jul 26, 2007 1:11:34 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note:
See TracChangeset
for help on using the changeset viewer.