[21] in Moira

home help back first fref pref prev next nref lref last post

Probably fixed long ago, but

daemon@ATHENA.MIT.EDU (Jim Haynes)
Sat Jan 6 00:25:34 1990

Date: Fri, 5 Jan 90 21:25:58 -0800
From: haynes@UCSCC.UCSC.EDU (Jim Haynes)
To: bug-moira@ATHENA.MIT.EDU
in the version that's ftp-able from athena-dist
ss/mkcmds_utils.c contains the following crock a few lines from the end.

	size += strlen(info_string)+4; /* "\"Info!\", " */
	sprintf(numbuf, "%d", options);
	size += strlen(options);

I believe the intent is to say strlen(numbuf) here.  This compiled OK
on a VAX (4.3BSD) but not on a Sun3


home help back first fref pref prev next nref lref last post