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/config/pmConfig.c

    r6955 r7016  
    33 *  @author PAP, IfA
    44 *
    5  *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
    6  *  @date $Date: 2006-04-22 03:20:16 $
     5 *  @version $Revision: 1.13 $ $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
     
    219219    char *path = psMetadataLookupStr(NULL, config->site, "PATH");
    220220    if (path) {
    221         psList *list = psStringSplit(path, ":");
     221        psList *list = psStringSplit(path, ":", false);
    222222        configPath = psListToArray(list);
    223223        psFree(list);
Note: See TracChangeset for help on using the changeset viewer.