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/lib.shell/macro_create.c

    r16444 r31667  
    6868
    6969    /* get the next line (from correct place) */
    70     if (ThisList == 0)
    71       input = readline (prompt);
    72     else
     70    if (ThisList == 0) {
     71      input = opihi_readline (prompt);
     72    } else {
    7373      input = get_next_listentry (ThisList);
     74    }
    7475
    7576    if ((ThisList == 0) && (input == (char *) NULL)) {
     
    7778      continue;
    7879    }
    79     if (ThisList == 0) ohana_memregister (input);
    8080
    8181    if ((ThisList > 0) && (input == (char *) NULL)) {
Note: See TracChangeset for help on using the changeset viewer.