Changeset 21179 in vbox for trunk/src/VBox/Main/xpcom
- Timestamp:
- Jul 2, 2009 4:19:49 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/xpcom/server_module.cpp
r21090 r21179 146 146 if (cbKernArch > 0) 147 147 { 148 sprintf(VBoxSVCPath, "/opt/VirtualBox/%s /%s", achKernArch, VBoxSVC_exe);148 sprintf(VBoxSVCPath, "/opt/VirtualBox/%s%s", achKernArch, VBoxSVC_exe); 149 149 IsVBoxSVCPathSet = true; 150 150 }
Note:
See TracChangeset
for help on using the changeset viewer.