Changeset 5520
- Timestamp:
- Nov 15, 2005, 3:59:14 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/fits/tst_psFits.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/fits/tst_psFits.c
r5519 r5520 6 6 * @author Robert DeSonia, MHPCC 7 7 * 8 * @version $Revision: 1.1 3$ $Name: not supported by cvs2svn $9 * @date $Date: 2005-11-1 5 22:20:16$8 * @version $Revision: 1.14 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2005-11-16 01:59:14 $ 10 10 * 11 11 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 1325 1325 return 7; 1326 1326 } 1327 if (strncmp(psMetadataLookupStr(NULL,md,"MYSTR"),strValue[row], 1327 psString mystr = psMetadataLookupStr(NULL,md,"MYSTR"); 1328 if (strncmp(mystr,strValue[row], 1328 1329 strlen(strValue[row])) != 0) { 1329 1330 psError(PS_ERR_UNKNOWN, false, … … 1333 1334 } 1334 1335 psFree(md); 1336 psFree(mystr); 1335 1337 } 1336 1338
Note:
See TracChangeset
for help on using the changeset viewer.
