Changeset 9538 for trunk/psLib/src/sys/psString.c
- Timestamp:
- Oct 13, 2006, 11:13:48 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psString.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psString.c
r9509 r9538 13 13 * @author David Robbins, MHPCC 14 14 * 15 * @version $Revision: 1.4 4$ $Name: not supported by cvs2svn $16 * @date $Date: 2006-10-1 2 21:31:47$15 * @version $Revision: 1.45 $ $Name: not supported by cvs2svn $ 16 * @date $Date: 2006-10-13 21:13:48 $ 17 17 * 18 18 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 47 47 bool psMemCheckString(psPtr ptr) 48 48 { 49 if (!is_psType(ptr)) { 50 return false; 51 } 49 PS_ASSERT_PTR(ptr, false); 52 50 return ( psMemGetDeallocator(ptr) == (psFreeFunc)stringFree ); 53 51 }
Note:
See TracChangeset
for help on using the changeset viewer.
