CODE: OasisOLC: medit fix (fwd)

From: Billy H. Chan (bhchan@po.EECS.Berkeley.EDU)
Date: 06/23/96


Just hit the medit bug,  It is crashing on the following line:
in save_internally:
	for (shop = 0; shop <= top_shop; shop++)

change to

	for (shop = 0; shop < top_shop; shop++)

This will prevent it from crashing when there aren't any shops.
The above line (with the < instead of <=) is from oedit.
-- Billy  H. Chan     bhchan@po.eecs.berkeley.edu  bhchan@csua.berkeley.edu
   CogSci/CompSci     http://www.csua.berkeley.edu/~bhchan     ResumeInside



This archive was generated by hypermail 2b30 : 12/18/00 PST