K 10
svn:author
V 7
mibsoft
K 8
svn:date
V 27
1998-02-26T13:51:55.000000Z
K 7
svn:log
V 300
From:             Richard Michael Todd <rmtodd@mailhost.ecn.ou.edu>

In the 'MatchGroups' subroutine, the 'groups' variable is set to point to
'p-g' bytes of allocated space, but then right after that code tries to
set 'groups[p-g]' to something.  Oops.  The groups buffer needs to be a
byte longer.

END
