IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 22, 2006, 5:48:03 PM (20 years ago)
Author:
Paul Price
Message:

Missing space.

File:
1 edited

Legend:

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

    r8917 r8921  
    150150if (!isfinite(NAME)) { \
    151151    psError(PS_ERR_BAD_PARAMETER_VALUE, true, \
    152             "Error: %s=%fis not a real value.\n", \
     152            "Error: %s=%f is not a real value.\n", \
    153153            #NAME, NAME); \
    154154    return RVAL; \
Note: See TracChangeset for help on using the changeset viewer.