IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3983


Ignore:
Timestamp:
May 19, 2005, 10:59:00 AM (21 years ago)
Author:
desonia
Message:

fixed signedness issues with 'failedLines' parameter of psMetadataParceConfig.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/collections/tst_psMetadataIO.c

    r3952 r3983  
    1313 *  @author  Eric Van Alst, MHPCC
    1414 *
    15  *  @version $Revision: 1.16 $  $Name: not supported by cvs2svn $
    16  *  @date  $Date: 2005-05-16 22:19:15 $
     15 *  @version $Revision: 1.17 $  $Name: not supported by cvs2svn $
     16 *  @date  $Date: 2005-05-19 20:59:00 $
    1717 *
    1818 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    485485    psMetadata*       metadata1      = NULL;
    486486    psMetadataItem*   entryChild     = NULL;
    487     psS32             failedLines    = 0;
     487    psU32             failedLines    = 0;
    488488    psListIterator*   iter           = NULL;
    489489    psListIterator*   mdIter         = NULL;
     
    918918{
    919919    psMetadata*       metadata1      = NULL;
    920     psS32             failedLines    = 0;
     920    psU32             failedLines    = 0;
    921921
    922922    // Read config file test2.config with overwrite set true
     
    966966{
    967967    psMetadata*       metadata1      = NULL;
    968     psS32             failedLines    = 0;
     968    psU32             failedLines    = 0;
    969969
    970970    // Read config file test3.config with overwrite set false
     
    987987{
    988988    psMetadata*       metadata1      = NULL;
    989     psS32             failedLines    = 0;
     989    psU32             failedLines    = 0;
    990990
    991991    // Read config file test4.config with overwrite set false
     
    10061006{
    10071007    psMetadata*       metadata1      = NULL;
    1008     psS32             failedLines    = 0;
     1008    psU32             failedLines    = 0;
    10091009
    10101010    // Read config file test4.config with overwrite set false
Note: See TracChangeset for help on using the changeset viewer.