Changeset 16813
- Timestamp:
- Mar 4, 2008, 2:54:30 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/types/psMetadata.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/types/psMetadata.c
r16216 r16813 12 12 * @author Ross Harman, MHPCC 13 13 * 14 * @version $Revision: 1.16 6$ $Name: not supported by cvs2svn $15 * @date $Date: 2008-0 1-24 01:00:09$14 * @version $Revision: 1.167 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2008-03-05 00:54:30 $ 16 16 * 17 17 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 224 224 if (comment == NULL) { 225 225 // Per SDRS, null isn't allowed, must use "" instead 226 metadataItem->comment = p sStringCopy("");226 metadataItem->comment = p_psStringCopy(file, lineno, func, ""); 227 227 } else { 228 metadataItem->comment = p sStringCopy(comment);228 metadataItem->comment = p_psStringCopy(file, lineno, func, comment); 229 229 } 230 230 … … 236 236 237 237 // Allocate and set metadata item name 238 metadataItem->name = p sStringCopy(name);238 metadataItem->name = p_psStringCopy(file, lineno, func, name); 239 239 240 240 // Set metadata item value
Note:
See TracChangeset
for help on using the changeset viewer.
