From: utzoo!decvax!genradbo!stuart
Newsgroups: net.unix-wizards
Title: Re: other unix trivia: {vpd,vad}.c
Article-I.D.: genradbo.405
Posted: Fri Jul 23 06:23:39 1982
Received: Mon Jul 26 05:41:09 1982
References: floyd.382

When changing the spooling area for vpd/vad,
beware of places in the code where the length 
of the spooling area path name is ASSUMED to be 
15 characters long.  That's right, embedded in the
code is the constant '15'.  No '#define's, no comments.