--- libaitcrc/src/aitcrc.c 2012/07/04 14:53:43 1.5 +++ libaitcrc/src/aitcrc.c 2012/07/22 21:46:23 1.6 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitcrc.c,v 1.5 2012/07/04 14:53:43 misho Exp $ +* $Id: aitcrc.c,v 1.6 2012/07/22 21:46:23 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -47,7 +47,7 @@ SUCH DAMAGE. static int crc_Errno; -static char crc_Error[MAX_STR + 1]; +static char crc_Error[STRSIZ]; /* Adler module */ const u_int crc_modAdler = 0xFFF1L;