--- libaitio/inc/aitio.h 2011/08/26 12:24:44 1.10.2.3 +++ libaitio/inc/aitio.h 2011/08/26 12:50:18 1.10.2.4 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitio.h,v 1.10.2.3 2011/08/26 12:24:44 misho Exp $ +* $Id: aitio.h,v 1.10.2.4 2011/08/26 12:50:18 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -278,7 +278,7 @@ int io_arrayVacuum(array_t * __restrict arr, int fromW ((_type) *((_arr)->arr_data + _d))) #define io_arraySet(_arr, _d, _ptr) do { \ assert((_arr) && (_arr)->arr_num > _d); \ - *((_arr)->arr_data + _d) = (void*) _ptr; \ + *((_arr)->arr_data + _d) = (void*) (_ptr); \ } while (0) #define io_arrayDel(_arr, _d, _fri) do { \ assert((_arr) && (_arr)->arr_num > _d); \