From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from galapagos.cse.psu.edu ([130.203.2.12]) by hawkwind.utcs.utoronto.ca with SMTP id <24062>; Wed, 15 Mar 1995 02:45:32 -0500 Received: from localhost by galapagos.cse.psu.edu with SMTP id <12684>; Wed, 15 Mar 1995 02:45:17 -0500 To: Sam Fans Subject: MAXFILES, ouch! Date: Wed, 15 Mar 1995 02:45:16 -0500 From: Scott Schwartz Message-Id: <95Mar15.024517est.12684@galapagos.cse.psu.edu> void menuins(int n, uchar *s, Text *t, int m, int tg) { int i; if(nname == MAXFILES) panic("menuins"); Panic? Ouch! That's a pretty harsh penalty for a software tool to exact for exceeding arbitrary limits. (perror then gets to say "Not a tty", or the local equivalent, just before samterm stops being a tty. ☺)