[xiph-cvs] cvs commit: Tremor floor1.c

Monty xiphmont at xiph.org
Tue Apr 22 02:13:32 PDT 2003



xiphmont    03/04/22 05:13:32

  Modified:    .        Tag: lowmem-branch floor1.c
  Log:
  Kill some type size bugs

Revision  Changes    Path
No                   revision

<p>No                   revision

<p>1.6.6.8   +1 -1      Tremor/floor1.c

Index: floor1.c
===================================================================
RCS file: /usr/local/cvsroot/Tremor/floor1.c,v
retrieving revision 1.6.6.7
retrieving revision 1.6.6.8
diff -u -r1.6.6.7 -r1.6.6.8
--- floor1.c	22 Apr 2003 09:00:49 -0000	1.6.6.7
+++ floor1.c	22 Apr 2003 09:13:32 -0000	1.6.6.8
@@ -53,7 +53,7 @@
 }
 
 static int icomp(const void *a,const void *b){
-  return(**(int **)a-**(int **)b);
+  return(**(ogg_uint16_t **)a-**(ogg_uint16_t **)b);
 }
 
 vorbis_info_floor *floor1_info_unpack (vorbis_info *vi,oggpack_buffer *opb){

<p><p>--- >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 'cvs-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 commits mailing list