Path: utzoo!mnetor!uunet!mcvax!rivm!ccea3 From: ccea3@rivm.UUCP (Adri Verhoef) Newsgroups: news.software.b Subject: Minor cleanup in virtterm.c Message-ID: <626@rivm05.UUCP> Date: 28 Dec 87 20:30:00 GMT Organization: RIVM, Bilthoven, The Netherlands Lines: 12 Has anyone ever noticed the double "for (; i <= bot; i++)" in virtterm.c? (B news 2.11) Here is my diff: Index: virtterm.c Prereq: 1.14 *************** *** 401,403 **** } - for (; i <= bot; i++) for (; i <= bot; i++)