* MAXFILES, ouch!
@ 1995-03-15 7:45 Scott Schwartz
0 siblings, 0 replies; only message in thread
From: Scott Schwartz @ 1995-03-15 7:45 UTC (permalink / raw)
To: Sam Fans
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 333 bytes --]
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. ☺)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~1995-03-15 7:45 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1995-03-15 7:45 MAXFILES, ouch! Scott Schwartz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).