IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 5222 for trunk/psLib/src/astro


Ignore:
Timestamp:
Oct 3, 2005, 3:31:40 PM (21 years ago)
Author:
drobbin
Message:

Added testing for psArgument functions and updated some psTime (minor changes).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/astro/psTime.c

    r5136 r5222  
    1010 *  @author Ross Harman, MHPCC
    1111 *
    12  *  @version $Revision: 1.72 $ $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 $
    1414 *
    1515 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    486486
    487487    // 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) {
    489490        psError(PS_ERR_OS_CALL_FAILED, true,
    490491                PS_ERRORTEXT_psTime_GET_TOD_FAILED);
Note: See TracChangeset for help on using the changeset viewer.