From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Philipp Stephani
On 11/19/2015 02:41 PM, Philipp Stephani wrote:
>
> Yeah, that's a bug. I probably meant size to be declared as ptrdif= f_t,
> which is what ASIZE returns.
I've fixed this by changing size_t to ptrdiff_t in the new code (or to<= br> int, if it's guaranteed to fit in INT_MAX).