--- libaitio/inc/defs.h 2013/01/17 12:16:03 1.8.14.1 +++ libaitio/inc/defs.h 2013/01/17 12:56:22 1.8.14.2 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: defs.h,v 1.8.14.1 2013/01/17 12:16:03 misho Exp $ +* $Id: defs.h,v 1.8.14.2 2013/01/17 12:56:22 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -70,7 +70,7 @@ struct tagBufIO { extern int io_Errno; -extern char io_Error[]; +extern char io_Error[STRSIZ]; inline void io_SetErr(int eno, char *estr, ...);