[tlbuild] (fwd) [tex-live] Small bug in dvipdfm-x/pdfobj.c

Arthur Reutenauer arthur.reutenauer at normalesup.org
Tue May 13 02:26:19 CEST 2014


> +  for (i = data->size; i > 0; i--)
> +    data->values[i+1] = data->values[i];
> 
> instead of "i" and "i-1" on the second line.

  Oh, sorry, forget I said anything.  Of course, stopping at data->size
seems correct (since the array's size is data->size+1 at that point).

	Arthur



More information about the tlbuild mailing list