IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13504


Ignore:
Timestamp:
May 24, 2007, 10:22:26 AM (19 years ago)
Author:
eugene
Message:

do not update history if not defined

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/lib.shell/opihi.c

    r12332 r13504  
    4141      status = multicommand (line);
    4242      add_history (line);
    43       append_history (1, history);
     43      if (history != NULL) append_history (1, history);
    4444    }
    4545    free (line);
Note: See TracChangeset for help on using the changeset viewer.