Changeset 23579 for branches/pap/psModules/src/detrend/pmDetrendDB.c
- Timestamp:
- Mar 27, 2009, 3:22:51 PM (17 years ago)
- File:
-
- 1 edited
-
branches/pap/psModules/src/detrend/pmDetrendDB.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap/psModules/src/detrend/pmDetrendDB.c
r23578 r23579 191 191 } 192 192 193 if ( strlen(buffer->data) == 0) {193 if (!buffer->data || strlen(buffer->data) == 0) { 194 194 psError(PS_ERR_IO, true, "Unable to find suitable detrend"); 195 195 psLogMsg("psModules.detrend", PS_LOG_ERROR, "detselect command:\n %s\n", line);
Note:
See TracChangeset
for help on using the changeset viewer.
