IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 976


Ignore:
Timestamp:
Jun 9, 2004, 4:04:55 PM (22 years ago)
Author:
Paul Price
Message:

Changed "new" in psError to bool from int.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/archive/pslib/include/psError.h

    r753 r976  
    2525int psError(const char *name,           ///< Category of code that caused the error
    2626            psErrorCode code,           ///< class of error (equivalent to errno)
    27             int new,                    ///< is this a new error?
     27            bool new,                   ///< is this a new error?
    2828            const char *fmt,            ///< Format
    2929            ...)                        ///< Extra arguments to use format
Note: See TracChangeset for help on using the changeset viewer.