IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

merge from trunk: various details, see eam/ipp-20110505

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/cmd.basic/run_if.c

    r23583 r31667  
    6666    /* get the next line (from correct place) */
    6767    if (ThisList == 0) {
    68       input = readline (prompt);
     68      input = opihi_readline (prompt);
    6969    } else {
    7070      input = get_next_listentry (ThisList);
     
    7979      input = strcreate ("end");
    8080    }
    81     if (ThisList == 0) ohana_memregister (input);
    8281
    8382    stripwhite (input);
Note: See TracChangeset for help on using the changeset viewer.