Changeset 8624
- Timestamp:
- Aug 25, 2006, 5:14:40 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/config/pmConfig.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/config/pmConfig.c
r8581 r8624 3 3 * @author PAP, IfA 4 4 * 5 * @version $Revision: 1. 39$ $Name: not supported by cvs2svn $6 * @date $Date: 2006-08-2 5 02:24:02$5 * @version $Revision: 1.40 $ $Name: not supported by cvs2svn $ 6 * @date $Date: 2006-08-26 03:14:40 $ 7 7 * 8 8 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 681 681 } 682 682 psString comment = psStringCopy("Recipe added at "); 683 psStringAppend(&comment, "%s from %s", sourceName, fileItem->data.V);683 psStringAppend(&comment, "%s from %s", sourceName, (char*)fileItem->data.V); 684 684 psMetadataAddS32(config->recipesSource, PS_LIST_TAIL, fileItem->name, 685 685 PS_META_REPLACE, comment, sourceType);
Note:
See TracChangeset
for help on using the changeset viewer.
