IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3194


Ignore:
Timestamp:
Feb 11, 2005, 11:46:13 AM (21 years ago)
Author:
jhoblitt
Message:

fix over zealous string replacement in psDBGetPTypeNaN()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/archive/psdb/psDB.c

    r3193 r3194  
    88 *  @author Joshua Hoblitt
    99 *
    10  *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2005-02-11 21:40:49 $
     10 *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2005-02-11 21:46:13 $
    1212 *
    1313 *  Copyright 2005 Joshua Hoblitt, University of Hawaii
     
    10681068static psPtr psDBGetPTypeNaN(psElemType pType)
    10691069{
    1070     psPtr           PS_NAN_ALLOC;
     1070    psPtr           myNaN;
    10711071
    10721072    switch (pType) {
     
    11171117    }
    11181118
    1119     return PS_NAN_ALLOC;
     1119    return myNaN;
    11201120}
    11211121
Note: See TracChangeset for help on using the changeset viewer.