IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 5011


Ignore:
Timestamp:
Sep 12, 2005, 1:40:01 PM (21 years ago)
Author:
desonia
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/types/psMetadataConfig.c

    r5010 r5011  
    1010*  @author Eric Van Alst, MHPCC
    1111*
    12 *  @version $Revision: 1.41 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2005-09-12 23:27:48 $
     12*  @version $Revision: 1.42 $ $Name: not supported by cvs2svn $
     13*  @date $Date: 2005-09-12 23:40:01 $
    1414*
    1515*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    13081308            strncat(mdString, content, MAXSTR);
    13091309
    1310             snprintf(content, MAXSTR, "%ld, ", ((psTime*)(item->data.V))->sec);
     1310            snprintf(content, MAXSTR, "%ld, ", (long)((psTime*)(item->data.V))->sec);
    13111311            strncat(mdString, content, MAXSTR);
    13121312            snprintf(content, MAXSTR, "%u, ", ((psTime*)(item->data.V))->nsec);
Note: See TracChangeset for help on using the changeset viewer.