IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19047


Ignore:
Timestamp:
Aug 12, 2008, 5:04:02 PM (18 years ago)
Author:
Paul Price
Message:

Fixing SEGV when !keep.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/config/pmConfigDump.c

    r19042 r19047  
    7373      if (additional) {
    7474          keep = psStringSplitArray(additional, " ,;", false);
     75      } else {
     76          keep = psArrayAllocEmpty(1);
    7577      }
    7678      psArrayAdd(keep, 1, config->cameraName);
Note: See TracChangeset for help on using the changeset viewer.