On 07/26/2012 08:19 AM, Dodji Seketeli wrote: > + attributes_table->scoped = XRESIZEVEC (struct scoped_attributes, > + attributes_table->scoped, > + attributes_table->len + 1);
A good clue that you want VEC's instead, with VEC_safe_push. r~
On 07/26/2012 08:19 AM, Dodji Seketeli wrote: > + attributes_table->scoped = XRESIZEVEC (struct scoped_attributes, > + attributes_table->scoped, > + attributes_table->len + 1);
A good clue that you want VEC's instead, with VEC_safe_push. r~