IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16814


Ignore:
Timestamp:
Mar 4, 2008, 2:57:00 PM (18 years ago)
Author:
Paul Price
Message:

Propagating source information.

File:
1 edited

Legend:

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

    r16813 r16814  
    1212 *  @author Ross Harman, MHPCC
    1313 *
    14  *  @version $Revision: 1.167 $ $Name: not supported by cvs2svn $
    15  *  @date $Date: 2008-03-05 00:54:30 $
     14 *  @version $Revision: 1.168 $ $Name: not supported by cvs2svn $
     15 *  @date $Date: 2008-03-05 00:57:00 $
    1616 *
    1717 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    312312    case     PS_DATA_METADATA_MULTI:
    313313        // Copy of input data not performed due to variability of data types
    314         metadataItem->data.V = psMemIncrRefCounter(va_arg(argPtr, psPtr));
     314        metadataItem->data.V = p_psMemIncrRefCounter(file, lineno, func, va_arg(argPtr, psPtr));
    315315        break;
    316316    default:
Note: See TracChangeset for help on using the changeset viewer.