On 02/08/15 18:03, Michael Butler wrote: > On 02/08/15 18:01, Michael Butler wrote: >> SVN r278414 causes a 'buildworld' to fail. >> >> The fix is attached, >> >> imb <sigh> Index: lib/libedit/readline.c =================================================================== --- lib/libedit/readline.c (revision 278418) +++ lib/libedit/readline.c (working copy) _at__at_ -395,9 +395,6 _at__at_ char *buf; static int used_event_hook; - if (line == NULL) - return 0; - if (e == NULL || h == NULL) rl_initialize(); _at__at_ -1443,6 +1440,9 _at__at_ HistEvent ev; int curr_num; + if (line == NULL) + return 0; + if (h == NULL || e == NULL) rl_initialize();Received on Sun Feb 08 2015 - 22:10:02 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:55 UTC