VirtualBox

Changeset 15001 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Dec 4, 2008 7:14:56 PM (16 years ago)
Author:
vboxsync
Message:

Temp fix for burn

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/posix/process-posix.cpp

    r14999 r15001  
    7171    AssertPtrReturn(pszExec, VERR_INVALID_POINTER);
    7272    AssertReturn(*pszExec, VERR_INVALID_PARAMETER);
    73     AssertReturn(fFlags & ~RTPROC_FLAGS_DAEMONIZE, VERR_INVALID_PARAMETER);
     73    AssertReturn(!(fFlags & ~RTPROC_FLAGS_DAEMONIZE), VERR_INVALID_PARAMETER);
    7474    AssertReturn(Env != NIL_RTENV, VERR_INVALID_PARAMETER);
    7575    const char * const *papszEnv = RTEnvGetExecEnvP(Env);
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