Changeset 90802 in vbox for trunk/src/VBox/Storage/VCICache.cpp
- Timestamp:
- Aug 23, 2021 7:08:27 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 146437
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Storage/VCICache.cpp
r82968 r90802 1530 1530 1531 1531 /* Check remaining arguments. */ 1532 if ( ! VALID_PTR(pszFilename)1532 if ( !RT_VALID_PTR(pszFilename) 1533 1533 || !*pszFilename) 1534 1534 { … … 1591 1591 1592 1592 /* Check remaining arguments. */ 1593 if ( ! VALID_PTR(pszFilename)1593 if ( !RT_VALID_PTR(pszFilename) 1594 1594 || !*pszFilename) 1595 1595 {
Note:
See TracChangeset
for help on using the changeset viewer.