[cvs-nhc98] No longer need to add one byte to the string length (for a

Malcolm Wallace malcolm@sparud.net
Thu, 18 Oct 2001 16:01:23 +0200 (CEST)


malcolm: Thu Oct 18 16:01:23 CEST 2001

Update of /usr/src/master/nhc/include
In directory hinken:/tmp/cvs-serv10059

Modified Files:
	mkByHand.h 
Log Message:
No longer need to add one byte to the string length (for a \0 terminator)
in the defn of mkString() - the \0 terminator is now added elsewhere.