[xiph-cvs] cvs commit: speex/libspeex misc.c misc.h
Jean-Marc Valin
jm at xiph.org
Mon Jan 6 20:30:25 PST 2003
jm 03/01/06 23:30:25
Modified: libspeex misc.c misc.h
Log:
oops! stupid bug
Revision Changes Path
1.7 +1 -2 speex/libspeex/misc.c
Index: misc.c
===================================================================
RCS file: /usr/local/cvsroot/speex/libspeex/misc.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- misc.c 6 Jan 2003 04:18:11 -0000 1.6
+++ misc.c 7 Jan 2003 04:30:25 -0000 1.7
@@ -133,9 +133,8 @@
return 3*std*((((float)rand())/RAND_MAX)-.5);
}
-float _speex_putc(int ch, void *file)
+void _speex_putc(int ch, void *file)
{
FILE *f = (FILE *)file;
fputc(ch, f);
-
}
<p><p>1.13 +1 -1 speex/libspeex/misc.h
Index: misc.h
===================================================================
RCS file: /usr/local/cvsroot/speex/libspeex/misc.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- misc.h 6 Jan 2003 04:18:11 -0000 1.12
+++ misc.h 7 Jan 2003 04:30:25 -0000 1.13
@@ -69,6 +69,6 @@
float speex_rand(float std);
-float _speex_putc(int ch, void *file);
+void _speex_putc(int ch, void *file);
#endif
<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