IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 31, 2011, 8:03:14 AM (15 years ago)
Author:
eugene
Message:

updates to use ohana malloc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110505/Ohana/src/opihi/pantasks/task_macros.c

    r23530 r31590  
    112112    /* get the next line (from correct place) */
    113113    if (ThisList == 0)
    114       input = readline (prompt);
     114      input = opihi_readline (prompt);
    115115    else
    116116      input = get_next_listentry (ThisList);
     
    124124      input = strcreate ("end");
    125125    }
    126     if (ThisList == 0) ohana_memregister (input);
    127126
    128127    stripwhite (input);
Note: See TracChangeset for help on using the changeset viewer.