IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 15, 2010, 11:22:56 AM (16 years ago)
Author:
watersc1
Message:

association and jpegs look fine. random simtest errors are a bit worrying, though.

Location:
branches/czw_branch/20100519
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/czw_branch/20100519

  • branches/czw_branch/20100519/psLib/src/sys/psThread.c

    r28304 r28334  
    210210        psThreadTask *task = psHashLookup(tasks, job->type); // Task to execute job
    211211        psAssert(task, "Couldn't find thread task %s", job->type);
    212         psAssert(job->args->n == task->nArgs, "invalid number of arguments to %s (%ld supplied, expected %d)", task->type, job->args->n, task->nArgs);
     212        psAssert(job->args->n == task->nArgs,
     213                 "invalid number of arguments to %s (%ld supplied, expected %d)",
     214                 task->type, job->args->n, task->nArgs);
    213215        bool status = task->function(job); // Status of executing task
    214216
Note: See TracChangeset for help on using the changeset viewer.