On 02/08/15 18:01, Michael Butler wrote: > SVN r278414 causes a 'buildworld' to fail. > > The fix is attached, > > imb > *** lib/libedit/readline.c~ Sun Feb 8 17:32:41 2015 --- lib/libedit/readline.c Sun Feb 8 17:55:32 2015 *************** *** 395,403 **** char *buf; static int used_event_hook; - if (line == NULL) - return 0; - if (e == NULL || h == NULL) rl_initialize(); --- 395,400 ---- *************** *** 1358,1363 **** --- 1355,1363 ---- HistEvent ev; int curr_num; + if (line == NULL) + return 0; + if (h == NULL || e == NULL) rl_initialize();
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:55 UTC