VirtualBox

Changeset 21179 in vbox for trunk/src/VBox/Main/xpcom


Ignore:
Timestamp:
Jul 2, 2009 4:19:49 PM (15 years ago)
Author:
vboxsync
Message:

xpcom: small double-slash fix for the special VBoxSVC launch logic on Solaris

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/xpcom/server_module.cpp

    r21090 r21179  
    146146                    if (cbKernArch > 0)
    147147                    {
    148                         sprintf(VBoxSVCPath, "/opt/VirtualBox/%s/%s", achKernArch, VBoxSVC_exe);
     148                        sprintf(VBoxSVCPath, "/opt/VirtualBox/%s%s", achKernArch, VBoxSVC_exe);
    149149                        IsVBoxSVCPathSet = true;
    150150                    }
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