IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 10, 2008, 10:58:28 AM (18 years ago)
Author:
jhoblitt
Message:

update pmConfigConvertFilename() API

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmFPA_MANAPLOT.c

    r12696 r18063  
    55 *  @author EAM, IfA
    66 *
    7  *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2007-03-30 21:12:56 $
     7 *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2008-06-10 20:58:28 $
    99 *
    1010 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    142142    psString tmpName;
    143143    tmpName = pmFPAfileNameFromRule (file->filextra, file, view);
    144     psString input = pmConfigConvertFilename (tmpName, config, create);
     144    psString input = pmConfigConvertFilename (tmpName, config, create, false);
    145145    psFree (tmpName);
    146146
    147147    tmpName = pmFPAfileNameFromRule (file->filerule, file, view);
    148     psString output = pmConfigConvertFilename (tmpName, config, create);
     148    psString output = pmConfigConvertFilename (tmpName, config, create, false);
    149149    psFree (tmpName);
    150150
    151151    tmpName = pmFPAfileNameFromRule (file->extname, file, view);
    152     psString script = pmConfigConvertFilename (tmpName, config, create);
     152    psString script = pmConfigConvertFilename (tmpName, config, create, false);
    153153    psFree (tmpName);
    154154
Note: See TracChangeset for help on using the changeset viewer.