VirtualBox

Changeset 30960 in vbox


Ignore:
Timestamp:
Jul 21, 2010 1:23:16 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
63849
Message:

grumble

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxService/VBoxServicePageSharing.cpp

    r30957 r30960  
    694694            {
    695695                char const *papszArgs[3];
    696                 pszArgs[0] = pszExeName;
    697                 pszArgs[1] = "--pagefusionfork";
    698                 pszArgs[2] = NULL;
     696                papszArgs[0] = pszExeName;
     697                papszArgs[1] = "--pagefusionfork";
     698                papszArgs[2] = NULL;
    699699                rc = RTProcCreate(pszExeName, papszArgs, RTENV_DEFAULT, 0 /* normal child */, &hProcess);
    700700                if (RT_FAILURE(rc))
Note: See TracChangeset for help on using the changeset viewer.

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