The enclosed patch will fix a core dump when newsx is stopped at an inconvenient time. Thanks to [EMAIL PROTECTED] for reporting it. There is no urgent need for installing this patch as such, but it is always nice to avoid core dumps... Egil -- Email: [EMAIL PROTECTED] Voice: +47 22523641, 92022780 Fax: +47 22525899 Mail: Egil Kvaleberg, Husebybakken 14A, 0379 Oslo, Norway Home: http://www.kvaleberg.no/
*** src/pull.c.orig Mon Mar 15 07:45:13 1999 --- src/pull.c Tue Oct 5 20:00:04 1999 *************** *** 187,191 **** if ((f = pull_tmp)) { pull_tmp = 0; ! fclose(pull_tmp); } --- 187,191 ---- if ((f = pull_tmp)) { pull_tmp = 0; ! fclose(f); }