IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20065


Ignore:
Timestamp:
Oct 10, 2008, 4:50:46 PM (18 years ago)
Author:
eugene
Message:

remove inappropriate ASSERTs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/pcontrol/CheckBusyJob.c

    r20059 r20065  
    9898  sscanf (p, "%*s %d", &job[0].stderr.size);
    9999
    100   ASSERT (job[0].stdout.size > 0, "job has no output?");
    101   ASSERT (job[0].stderr.size > 0, "job has no output?");
    102 
    103100  // XXX runaway job if output too large?
    104101  if (job[0].stdout.size > 0x1000000) abort();
Note: See TracChangeset for help on using the changeset viewer.