Changeset 10284
- Timestamp:
- Nov 29, 2006, 10:24:19 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psConfigure.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psConfigure.c
r9538 r10284 13 13 * @author Robert DeSonia, MHPCC 14 14 * 15 * @version $Revision: 1.1 6$ $Name: not supported by cvs2svn $16 * @date $Date: 2006-1 0-13 21:13:48$15 * @version $Revision: 1.17 $ $Name: not supported by cvs2svn $ 16 * @date $Date: 2006-11-29 20:24:19 $ 17 17 * 18 18 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 36 36 psString psLibVersion(void) 37 37 { 38 char version[80]; 39 snprintf(version,80,"%s-v%s",PACKAGE_NAME,PACKAGE_VERSION); 40 41 return psStringCopy(version); 38 psString version = NULL; 39 psStringAppend(&version, "%s-v%s",PACKAGE_NAME,PACKAGE_VERSION); 40 return version; 42 41 } 43 42
Note:
See TracChangeset
for help on using the changeset viewer.
