IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 1, 2006, 1:14:21 PM (20 years ago)
Author:
jhoblitt
Message:

switch to new psStringSplit() prototype

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/pzgetexp.c

    r6976 r7023  
    108108    PS_ASSERT_PTR_NON_NULL(str, NULL);
    109109
    110     psList *doc = psStringSplit(str, "\n");
     110    psList *doc = psStringSplit(str, "\n", false);
    111111
    112112    psListIterator *lineCursor = psListIteratorAlloc(doc, 0, false);
     
    119119
    120120        // split line into tokens
    121         psList *tokens = psStringSplit(line, " ");
     121        psList *tokens = psStringSplit(line, " ", false);
    122122
    123123        // check to see if this line is a comment (or if the first token is
Note: See TracChangeset for help on using the changeset viewer.