[MPlayer-dev-eng] [PATCH] vd_sgi bugfix on AMD64
Rich Felker
dalias at aerifal.cx
Fri Jun 30 00:38:34 CEST 2006
On Fri, Jun 30, 2006 at 12:16:52AM +0200, joerg at britannica.bec.de wrote:
> On Thu, Jun 29, 2006 at 06:11:02PM -0400, Rich Felker wrote:
> > at least these casts have some meaning, unlike the idiots casting the
> > result of malloc...
>
> Well, maybe they still live in the K&R days before void was born?
> :-)
the source type is char * not void *, and needs to be because
byte-address arithmetic is performed on it. so casts really do belong
here.
rich
More information about the MPlayer-dev-eng
mailing list