IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 6212


Ignore:
Timestamp:
Jan 26, 2006, 1:32:49 PM (20 years ago)
Author:
drobbin
Message:

changed printf statement that was failing on the server. (line 163)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/astro/tst_psTime_04.c

    r6184 r6212  
    1818 *  @author  David Robbins, MHPCC
    1919 *
    20  *  @version $Revision: 1.6 $  $Name: not supported by cvs2svn $
    21  *  @date  $Date: 2006-01-23 20:04:31 $
     20 *  @version $Revision: 1.7 $  $Name: not supported by cvs2svn $
     21 *  @date  $Date: 2006-01-26 23:32:49 $
    2222 *
    2323 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    161161        psError(PS_ERR_BAD_PARAMETER_VALUE, false,
    162162                "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);
    164164        return 2;
    165165    }
Note: See TracChangeset for help on using the changeset viewer.