IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 22, 2011, 12:38:55 AM (15 years ago)
Author:
eugene
Message:

merged from branch: add some more info stats

File:
1 edited

Legend:

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

    r23530 r31666  
    3434    /* get the next line (from correct place) */
    3535    if (ThisList == 0)
    36       input = readline (prompt);
     36      input = opihi_readline (prompt);
    3737    else
    3838      input = get_next_listentry (ThisList);
     
    4646      input = strcreate ("end");
    4747    }
    48     if (ThisList == 0) ohana_memregister (input);
    4948
    5049    stripwhite (input);
Note: See TracChangeset for help on using the changeset viewer.