IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 12, 2006, 1:17:11 AM (20 years ago)
Author:
eugene
Message:

adding ASSERTs all over

File:
1 edited

Legend:

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

    r8424 r10652  
    2828
    2929  stack = GetJobStack (Nstack);
     30  ASSERT (stack != NULL, "programming error");
    3031
    3132  LockStack (stack);
     
    3536  for (i = 0; i < Nobject; i++) {
    3637    job = stack[0].object[i];
     38    ASSERT (job != NULL, "programming error");
    3739    gprint (GP_LOG, "%d  %s  %d  ", i, job[0].hostname, job[0].argc);
    3840    for (j = 0; j < job[0].argc; j++) {
Note: See TracChangeset for help on using the changeset viewer.