VirtualBox

Changeset 25628 in vbox for trunk/src/VBox/Runtime/r3/linux


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/linux/semmutex-linux.cpp

    r25624 r25628  
    416416     */
    417417    RTSEMMUTEXINTERNAL *pThis = hMutex;
    418     AssertPtrReturn(pThis, VERR_INVALID_HANDLE);
    419     AssertReturn(pThis->u32Magic == RTSEMMUTEX_MAGIC, VERR_INVALID_HANDLE);
     418    AssertPtrReturn(pThis, false);
     419    AssertReturn(pThis->u32Magic == RTSEMMUTEX_MAGIC, false);
    420420
    421421    return pThis->Owner != (pthread_t)~0;
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