[MPlayer-dev-eng] [PATCH] fix SAMI parsing

Yuriy Kaminskiy yumkam at mail.ru
Thu Jun 10 23:25:08 CEST 2010


On 11.06.2010 01:21, Yuriy Kaminskiy wrote:
> On 09.06.2010 22:25, Reimar Döffinger wrote:
> I think this line should be
>       c = *q == 'x' ? strtoul(q++, &s, 16) : strtoul(q, &s, 10);
eww, sorry, ++q; or, maybe, just q+1, would be even better as q is not
used/checked anyway




More information about the MPlayer-dev-eng mailing list