[vorbis-dev] bug in rc2: floor1.c

Monty xiphmont at xiph.org
Thu Aug 16 14:27:58 PDT 2001



On Thu, Aug 16, 2001 at 02:57:17PM -0400, michael at stroucken.org wrote:
> Hello,
> 
> 	There is a bug in the current version of vorbis/lib/floor1.c.
> The line that says:-
> qsort(sortpointer,n,sizeof(int),icomp);
> should be:-
> qsort(sortpointer,n,sizeof(int *),icomp);
> 
> 	But somebody probably fixed that already. :)

Nope, good catch.  Now fixed.

Monty

--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-dev-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the Vorbis-dev mailing list