IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 29, 2006, 9:36:21 AM (20 years ago)
Author:
eugene
Message:

adding to queue options, psched handling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/pantasks/task_periods.c

    r4693 r6249  
    4242  task = GetNewTask ();
    4343  if (task == NULL) {
    44     fprintf (stderr, "ERROR: not defining or running a task\n");
    45     return (FALSE);
     44    task = GetActiveTask ();
     45    if (task == NULL) {
     46      fprintf (stderr, "ERROR: not defining or running a task\n");
     47      return (FALSE);
     48    }
    4649  }
    4750
Note: See TracChangeset for help on using the changeset viewer.