Changeset 6212
- Timestamp:
- Jan 26, 2006, 1:32:49 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/astro/tst_psTime_04.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/astro/tst_psTime_04.c
r6184 r6212 18 18 * @author David Robbins, MHPCC 19 19 * 20 * @version $Revision: 1. 6$ $Name: not supported by cvs2svn $21 * @date $Date: 2006-01-2 3 20:04:31$20 * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $ 21 * @date $Date: 2006-01-26 23:32:49 $ 22 22 * 23 23 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 161 161 psError(PS_ERR_BAD_PARAMETER_VALUE, false, 162 162 "psTime_TideUT1Corr failed to return correct values.\n"); 163 printf("\nsec = %ld, nsec = %u\n", empty->sec, empty->nsec);163 printf("\nsec = %ld, nsec = %u\n", (long)(empty->sec), empty->nsec); 164 164 return 2; 165 165 }
Note:
See TracChangeset
for help on using the changeset viewer.
