IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 3, 2005, 5:50:08 PM (21 years ago)
Author:
eugene
Message:

psched / pscontrol / pclient dev work

File:
1 edited

Legend:

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

    r4693 r4705  
    6262  }
    6363  if (!strcmp (argv[0], "task.exit") && !strcmp (argv[1], "default")) {
    64     if (task[0].def != NULL) {
    65       FreeMacro (task[0].def);
    66       free (task[0].def);
     64    if (task[0].defexit != NULL) {
     65      FreeMacro (task[0].defexit);
     66      free (task[0].defexit);
    6767    }
    68     ALLOCATE (task[0].def, Macro, 1);
    69     macro = task[0].def;
     68    ALLOCATE (task[0].defexit, Macro, 1);
     69    macro = task[0].defexit;
    7070    macro[0].name = strcreate ("default");
    7171    goto found;
Note: See TracChangeset for help on using the changeset viewer.