VirtualBox

Changeset 40099 in vbox


Ignore:
Timestamp:
Feb 13, 2012 5:40:24 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
76240
Message:

Runtime/errinfo: Fix typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/err/errinfo.cpp

    r35182 r40099  
    5555    PRTERRINFO pErrInfo;
    5656    *ppErrInfo = pErrInfo = (PRTERRINFO)RTMemTmpAlloc(sizeof(*pErrInfo) + cbMsg);
    57     if (RT_UNLIKELY(pErrInfo))
     57    if (RT_UNLIKELY(!pErrInfo))
    5858        return VERR_NO_TMP_MEMORY;
    5959
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