Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site hcr.UUCP Path: utzoo!hcr!phb From: phb@hcr.UUCP (Paul Breslin) Newsgroups: net.sources Subject: Fix for my last version of cpr Message-ID: <477@hcr.UUCP> Date: Tue, 20-Sep-83 18:50:41 EDT Article-I.D.: hcr.477 Posted: Tue Sep 20 18:50:41 1983 Date-Received: Tue, 20-Sep-83 22:49:09 EDT Organization: Human Computing Resources, Toronto Lines: 13 Change the function NewFile to look like this: NewFile() { GetFileTime(); NewPage(); AddToTableOfContents(NEWFILE); FileLineNumber = 0; } And delete the call to the function NewPage() near the beginning of the function List().