IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 10244


Ignore:
Timestamp:
Nov 28, 2006, 2:33:27 PM (20 years ago)
Author:
Paul Price
Message:

psImageInit should error on NULL input.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/mathtypes/psImage.c

    r10243 r10244  
    99 *  @author Ross Harman, MHPCC
    1010 *
    11  *  @version $Revision: 1.119 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2006-11-29 00:32:10 $
     11 *  @version $Revision: 1.120 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2006-11-29 00:33:27 $
    1313 *
    1414 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    120120
    121121    va_list argp;
    122 
    123     if (image == NULL)
    124         return (false);
    125 
    126122    va_start (argp, image);
    127123
Note: See TracChangeset for help on using the changeset viewer.