IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 30, 2006, 3:08:45 PM (20 years ago)
Author:
magnier
Message:

fixed instances of psStringSplit to use new API

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/astrom/pmFPA_JPEG.c

    r6872 r7016  
    55 *  @author EAM, IfA
    66 *
    7  *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2006-04-17 18:01:04 $
     7 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2006-05-01 01:08:45 $
    99 *
    1010 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    123123        mode = pmFPAfileNameFromRule (file->extrule, file, view);
    124124        word = pmFPAfileNameFromRule (file->extxtra, file, view);
    125         range = psStringSplitArray (word, ":");
     125        range = psStringSplitArray (word, ":", false);
    126126
    127127        // XXX we need to decide where the scale will come from in the long term
Note: See TracChangeset for help on using the changeset viewer.