IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 7, 2007, 12:30:23 PM (19 years ago)
Author:
Paul Price
Message:

Wouldn't accept unset RVAL.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sys/psString.h

    r11711 r12296  
    1111 * @author Joshua Hoblitt, University of Hawaii
    1212 *
    13  * @version $Revision: 1.38 $ $Name: not supported by cvs2svn $
    14  * @date $Date: 2007-02-08 22:27:30 $
     13 * @version $Revision: 1.39 $ $Name: not supported by cvs2svn $
     14 * @date $Date: 2007-03-07 22:30:23 $
    1515 *
    1616 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    306306            "Error: String %s is NULL or empty.", \
    307307            #NAME); \
    308     return(RVAL); \
     308    return RVAL; \
    309309}
    310310
Note: See TracChangeset for help on using the changeset viewer.