IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 25, 2010, 11:29:41 AM (16 years ago)
Author:
Paul Price
Message:

Correct error code for 'unable to open statistics file'.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppSub/src/ppSubArguments.c

    r26076 r27078  
    157157    if (threads > 0) {
    158158        if (!psThreadPoolInit(threads)) {
    159             psError(PS_ERR_UNKNOWN, false, "Unable to setup %d threads", threads);
     159            psError(PS_ERR_PROG, false, "Unable to setup %d threads", threads);
    160160            return false;
    161161        }
Note: See TracChangeset for help on using the changeset viewer.