[xiph-cvs] cvs commit: speex/libspeex bits.c
Jean-Marc Valin
jm at xiph.org
Fri Aug 22 20:11:11 PDT 2003
jm 03/08/22 23:11:11
Modified: libspeex Tag: rel-1-0-branch bits.c
Log:
oops...
Revision Changes Path
No revision
<p>No revision
<p>1.27.2.3 +1 -1 speex/libspeex/bits.c
Index: bits.c
===================================================================
RCS file: /usr/local/cvsroot/speex/libspeex/bits.c,v
retrieving revision 1.27.2.2
retrieving revision 1.27.2.3
diff -u -r1.27.2.2 -r1.27.2.3
--- bits.c 22 Aug 2003 21:45:02 -0000 1.27.2.2
+++ bits.c 23 Aug 2003 03:11:11 -0000 1.27.2.3
@@ -166,7 +166,7 @@
int speex_bits_write(SpeexBits *bits, char *bytes, int max_len)
{
int i;
- char bytePtr, bitPtr, nbBits;
+ int bytePtr, bitPtr, nbBits;
/* Insert terminator, but save the data so we can put it back after */
bitPtr=bits->bitPtr;
<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