IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23579


Ignore:
Timestamp:
Mar 27, 2009, 3:22:51 PM (17 years ago)
Author:
Paul Price
Message:

Extra check.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap/psModules/src/detrend/pmDetrendDB.c

    r23578 r23579  
    191191    }
    192192
    193     if (strlen(buffer->data) == 0) {
     193    if (!buffer->data || strlen(buffer->data) == 0) {
    194194        psError(PS_ERR_IO, true, "Unable to find suitable detrend");
    195195        psLogMsg("psModules.detrend", PS_LOG_ERROR, "detselect command:\n %s\n", line);
Note: See TracChangeset for help on using the changeset viewer.