VirtualBox

Changeset 31305 in vbox


Ignore:
Timestamp:
Aug 2, 2010 2:05:20 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
64332
Message:

Assert.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/path.cpp

    r31304 r31305  
    191191RTR3DECL(int) RTPathGetMode(const char *pszPath, PRTFMODE pfMode)
    192192{
     193    AssertPtrReturn(pszPath, VERR_INVALID_POINTER);
    193194    AssertPtrReturn(pfMode, VERR_INVALID_POINTER);
    194195
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