VirtualBox

Ignore:
Timestamp:
Jan 3, 2010 4:28:59 PM (15 years ago)
Author:
vboxsync
Message:

copy & past fix.

File:
1 edited

Legend:

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

    r25624 r25628  
    353353     */
    354354    RTSEMMUTEXINTERNAL *pThis = hMutex;
    355     AssertPtrReturn(pThis, VERR_INVALID_HANDLE);
    356     AssertReturn(pThis->u32Magic == RTSEMMUTEX_MAGIC, VERR_INVALID_HANDLE);
     355    AssertPtrReturn(pThis, false);
     356    AssertReturn(pThis->u32Magic == RTSEMMUTEX_MAGIC, false);
    357357
    358358    return pThis->Owner != (pthread_t)-1;
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