VirtualBox

Changeset 3117 in vbox for trunk


Ignore:
Timestamp:
Jun 15, 2007 9:03:24 AM (18 years ago)
Author:
vboxsync
Message:

OSE is already stated by the version string

Location:
trunk/src/VBox
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp

    r3110 r3117  
    217217    if (!fShown)
    218218    {
    219         RTPrintf("VirtualBox "
    220 #ifdef VBOX_OSE
    221                  "OSE "
    222 #endif
    223                  "Command Line Management Interface Version %s\n"
     219        RTPrintf("VirtualBox Command Line Management Interface Version "
     220                 VBOX_VERSION_STRING  "\n"
    224221                 "(C) 2005-2007 innotek GmbH\n"
    225222                 "All rights reserved.\n"
    226                  "\n",
    227                  VBOX_VERSION_STRING);
     223                 "\n");
    228224        fShown = true;
    229225    }
  • trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp

    r3110 r3117  
    865865
    866866    LogFlow(("SDL GUI started\n"));
    867     RTPrintf("VirtualBox "
    868 #ifdef VBOX_OSE
    869              "OSE "
    870 #endif
    871              "SDL GUI %s built %s %s\n",
     867    RTPrintf("VirtualBox SDL GUI %s built %s %s\n",
    872868             VBOX_VERSION_STRING, __DATE__, __TIME__);
    873869
  • trunk/src/VBox/Main/linux/server.cpp

    r3094 r3117  
    11401140
    11411141            iSize = snprintf (szBuf, sizeof(szBuf),
    1142                               "innotek VirtualBox "
    1143 #ifdef VBOX_OSE
    1144                               "OSE "
    1145 #endif
    1146                               "XPCOM Server Version %s",
     1142                              "innotek VirtualBox XPCOM Server Version "
    11471143                              VBOX_VERSION_STRING);
    11481144            for (int i=iSize; i>0; i--)
     
    11761172        {
    11771173            char szBuf[32];
    1178             char *lf = "\n";
     1174            const char *lf = "\n";
    11791175            RTFileOpen(&pidFile, pszPidFile, RTFILE_O_WRITE | RTFILE_O_CREATE_REPLACE);
    11801176            RTStrFormatNumber(szBuf, getpid(), 10, 0, 0, 0);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette