- Timestamp:
- Sep 17, 2020, 12:20:26 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/types/psMetadata.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/types/psMetadata.c
r39926 r41415 439 439 { 440 440 PS_ASSERT_METADATA_NON_NULL(in, NULL); 441 442 // if calling function passes the same psMetadata for in and out, we are done 443 // otherwise, we get stuck in an infinite loop 444 if (out == in) return out; 441 445 442 446 bool errorOccurred = false;
Note:
See TracChangeset
for help on using the changeset viewer.
