IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 13, 2007, 12:19:50 PM (19 years ago)
Author:
Paul Price
Message:

Split shouldn't return multiple if they aren't really there.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/concepts/pmConceptsStandard.c

    r11749 r11775  
    315315    switch (concept->type) {
    316316    case PS_DATA_STRING: {
    317             psList *regions = psStringSplit(concept->data.V, " ;", true); // List of regions
     317            psList *regions = psStringSplit(concept->data.V, " ;", false); // List of regions
    318318            psListIterator *regionsIter = psListIteratorAlloc(regions, PS_LIST_HEAD, false); // Iterator
    319319            psString regionString = NULL; // Region string from iteration
Note: See TracChangeset for help on using the changeset viewer.