Changeset 6896 for trunk/psModules/src/astrom/pmConceptsWrite.c
- Timestamp:
- Apr 18, 2006, 5:24:09 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/astrom/pmConceptsWrite.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/astrom/pmConceptsWrite.c
r6888 r6896 129 129 ) 130 130 { 131 if (!hdu->header) { 132 return false; 133 } 131 134 switch (item->type) { 132 135 case PS_DATA_STRING: … … 166 169 if (item->type == PS_DATA_LIST) { 167 170 psList *values = item->data.V; // List of outputs 171 if (values->n == 0) { 172 // Nothing to write 173 return false; 174 } 168 175 psList *keys = psStringSplit(keywords, " ,;"); // List of keywords 169 176 if (keys->n != values->n) {
Note:
See TracChangeset
for help on using the changeset viewer.
