Changeset 7915
- Timestamp:
- Jul 14, 2006, 5:29:05 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/types/psMetadataConfig.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/types/psMetadataConfig.c
r7847 r7915 10 10 * @author Eric Van Alst, MHPCC 11 11 * 12 * @version $Revision: 1.6 4$ $Name: not supported by cvs2svn $13 * @date $Date: 2006-07- 08 03:17:13$12 * @version $Revision: 1.65 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2006-07-15 03:29:05 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 1658 1658 } 1659 1659 if ( strncmp(item->comment,"",2) ) { 1660 psStringAppend(&content, "\nEND #%s\n \n", item->comment);1660 psStringAppend(&content, "\nEND #%s\n", item->comment); 1661 1661 } else { 1662 psStringAppend(&content, "\nEND\n \n");1662 psStringAppend(&content, "\nEND\n"); 1663 1663 } 1664 1664 psFree(newStr);
Note:
See TracChangeset
for help on using the changeset viewer.
