Changeset 9937
- Timestamp:
- Nov 9, 2006, 2:07:19 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
r9934 r9937 10 10 * @author Eric Van Alst, MHPCC 11 11 * 12 * @version $Revision: 1.12 0$ $Name: not supported by cvs2svn $13 * @date $Date: 2006-11- 09 23:37:35$12 * @version $Revision: 1.121 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2006-11-10 00:07:19 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 850 850 // Not all lines will have comments, so NULL is ok. 851 851 status = 0; 852 strComment = getToken(&linePtr,"~", &status,true); 852 // XXX this is a very ugly way of finding from the current position to 853 // the end of the line 854 strComment = getToken(&linePtr, "", &status, true); 853 855 if(status) { 854 856 psError(PS_ERR_IO, true,
Note:
See TracChangeset
for help on using the changeset viewer.
