--- libaitrpc/inc/defs.h 2011/08/19 13:40:20 1.2.4.2 +++ libaitrpc/inc/defs.h 2011/08/19 14:04:21 1.2.4.3 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: defs.h,v 1.2.4.2 2011/08/19 13:40:20 misho Exp $ +* $Id: defs.h,v 1.2.4.3 2011/08/19 14:04:21 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -55,10 +55,10 @@ SUCH DAMAGE. #define BLOB_FILE "%s/BLOB-%0X" -#define LOGERR { \ +#define LOGERR do { \ rpc_Errno = errno; \ strlcpy(rpc_Error, strerror(errno), STRSIZ); \ - } + } while(0) extern int rpc_Errno;