IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 7, 2004, 10:49:57 AM (22 years ago)
Author:
harman
Message:

Fixed minor casting problem

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/collections/psMetadata.c

    r2004 r2011  
    1212*  @author Ross Harman, MHPCC
    1313*
    14 *  @version $Revision: 1.31 $ $Name: not supported by cvs2svn $
    15 *  @date $Date: 2004-10-07 19:31:41 $
     14*  @version $Revision: 1.32 $ $Name: not supported by cvs2svn $
     15*  @date $Date: 2004-10-07 20:49:51 $
    1616*
    1717*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    159159        break;
    160160    case PS_META_S32:
    161         metadataItem->data.S32 = (psS32)va_arg(argPtr, psF64);
     161        metadataItem->data.S32 = (psS32)va_arg(argPtr, psS32);
    162162        break;
    163163    case PS_META_F32:
     
    365365    }
    366366    // Decrement reference count, since the metadata item is now in metadata collection and no longer needed
    367     // here
    368367    psMemDecrRefCounter(metadataItem);
    369368
Note: See TracChangeset for help on using the changeset viewer.