Changeset 2550
- Timestamp:
- Nov 30, 2004, 1:44:17 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/sysUtils/tst_psError.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/sysUtils/tst_psError.c
r2273 r2550 13 13 * @author Eric Van Alst, MHPCC 14 14 * 15 * @version $Revision: 1.1 5$ $Name: not supported by cvs2svn $16 * @date $Date: 2004-11- 04 01:05:00$15 * @version $Revision: 1.16 $ $Name: not supported by cvs2svn $ 16 * @date $Date: 2004-11-30 23:44:17 $ 17 17 * 18 18 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 281 281 // Test point #1 Multiple type values placed in the error string 282 282 psError(PS_ERR_UNKNOWN, true, 283 "ALL TYPES intval = %d longval = %l d floatval = %f charval = %c strval = %s",283 "ALL TYPES intval = %d longval = %lld floatval = %f charval = %c strval = %s", 284 284 intval,longval,floatval,charval,stringval); 285 285
Note:
See TracChangeset
for help on using the changeset viewer.
