[comp.sources.bugs] bug in pshalf

denise@cwi.nl (Denise L. Draper) (08/24/87)

Followup-To:



Oops.

I discovered that my shell script uses a non-standard feature of awk, so
it won't work for all those people who use standard awk (i.e. almost
everybody).  Really embarassing.

Apply this change to pshalf.proto:

24c24,25
< 				print "%%Page: ? " ++outpages
---
> 				outpages = outpages + 1
> 				print "%%Page: ? " outpages

This version has been tested with the old (standard) awk, and it works.

denise
denise@cwi.nl
..!seismo!mcvax!denise