Changeset 5222 for trunk/psLib/src/astro/psTime.c
- Timestamp:
- Oct 3, 2005, 3:31:40 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astro/psTime.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astro/psTime.c
r5136 r5222 10 10 * @author Ross Harman, MHPCC 11 11 * 12 * @version $Revision: 1.7 2$ $Name: not supported by cvs2svn $13 * @date $Date: 2005- 09-26 21:13:12$12 * @version $Revision: 1.73 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2005-10-04 01:31:40 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 486 486 487 487 // Get the system time 488 if (gettimeofday(&now, (struct timezone *)0) == -1) { 488 // if (gettimeofday(&now, (struct timezone *)0) == -1) { 489 if (gettimeofday(&now, 0) == -1) { 489 490 psError(PS_ERR_OS_CALL_FAILED, true, 490 491 PS_ERRORTEXT_psTime_GET_TOD_FAILED);
Note:
See TracChangeset
for help on using the changeset viewer.
