Changeset 7016 for trunk/psModules/src/astrom/pmFPAConceptsGet.c
- Timestamp:
- Apr 30, 2006, 3:08:45 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/astrom/pmFPAConceptsGet.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/astrom/pmFPAConceptsGet.c
r6872 r7016 163 163 // Now, need to get the "given"s 164 164 if (strlen(givenCols) || strlen(givenPS)) { 165 psList *cols = psStringSplit(givenCols, ",;" ); // List of column names166 psList *values = psStringSplit(givenPS, ",;" ); // List of value names for the columns165 psList *cols = psStringSplit(givenCols, ",;", true); // List of column names 166 psList *values = psStringSplit(givenPS, ",;", true); // List of value names for the columns 167 167 psMetadata *selection = psMetadataAlloc(); // The stuff to select in the DB 168 168 if (cols->n != values->n) { … … 723 723 psString source = sourceItem->data.V; // The source string 724 724 725 psList *secList = psStringSplit(sections, " ;" ); // List of sections725 psList *secList = psStringSplit(sections, " ;", true); // List of sections 726 726 psListIterator *secIter = psListIteratorAlloc(secList, PS_LIST_HEAD, false); // Iterator over 727 727 // sections
Note:
See TracChangeset
for help on using the changeset viewer.
