--- rpl/src/rplexternals.h 2024/01/17 16:57:18 1.104 +++ rpl/src/rplexternals.h 2024/06/27 17:21:40 1.105 @@ -885,7 +885,7 @@ } } while(0) #define vectorSize(rpl_object) \ - ({ integer8 __size; if (((*rpl_object).type == VIN) || \ + ({ integer8 __size = 0; if (((*rpl_object).type == VIN) || \ ((*rpl_object).type == VRL) || \ ((*rpl_object).type == VCX)) \ __size = (*((struct_vecteur *) (*rpl_object).objet)).taille; \