VirtualBox

Ignore:
Timestamp:
Aug 23, 2021 7:08:27 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
146437
Message:

Storage: More VALID_PTR -> RT_VALID_PTR/AssertPtr.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Storage/VCICache.cpp

    r82968 r90802  
    15301530
    15311531    /* Check remaining arguments. */
    1532     if (   !VALID_PTR(pszFilename)
     1532    if (   !RT_VALID_PTR(pszFilename)
    15331533        || !*pszFilename)
    15341534    {
     
    15911591
    15921592    /* Check remaining arguments. */
    1593     if (   !VALID_PTR(pszFilename)
     1593    if (   !RT_VALID_PTR(pszFilename)
    15941594        || !*pszFilename)
    15951595    {
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