https://sourceware.org/bugzilla/show_bug.cgi?id=25224
Nick Clifton <nickc at redhat dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |---
--- Comment #28 from Nick Clifton <nickc at redhat dot com> ---
(In reply to Luis Machado from comment #27)
Hi Luis,
> p = (buf->data[buf->n_fetch - 2] == (char) 0xdd) ? 0 : 1;
>
> Isn't the problem the difference in types? The cast is for (char), but
> buf->data is explicitly (signed char).
Can you confirm that the obvious fix of replacing (char) with (signed char)
will solve the problem ? If so then I will check that in.
Cheers
Nick
--
You are receiving this mail because:
You are on the CC list for the bug.