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/objects/pmSourceIO_CMP.c

    r7012 r7016  
    33 *  @author EAM, IfA
    44 *
    5  *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    6  *  @date $Date: 2006-04-30 22:08:33 $
     5 *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
     6 *  @date $Date: 2006-05-01 01:08:45 $
    77 *
    88 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    215215            psString line = psStringNCopy (&buffer[j*BYTES_STAR], BYTES_STAR);
    216216
    217             // XXX this is failing on lines where there are multiple spaces in a row
    218             psList *list = psStringSplit (line, " ");
     217            psList *list = psStringSplit (line, " ", false);
    219218            psArray *array = psListToArray (list);
    220219
Note: See TracChangeset for help on using the changeset viewer.