Fix for my last version of cpr

Paul Breslin phb at hcr.UUCP
Wed Sep 21 08:50:41 AEST 1983


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().



More information about the Comp.sources.unix mailing list