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/ResetJob.c

    r7917 r10652  
    88
    99  /** must have a valid host : if not, move to pending? **/
     10  ASSERT (job != NULL, "job missing");
     11
    1012  host = (Host *) job[0].host;
     13  ASSERT (job != NULL, "host missing");
    1114
    1215  InitIOBuffer (&buffer, 0x100);
Note: See TracChangeset for help on using the changeset viewer.