Author: adrian
Date: Sat Feb  4 08:38:16 2012
New Revision: 9598

URL: http://svn.slimdevices.com/jive?rev=9598&view=rev
Log:
Bug: 17879
Description: probable cause of this bug - we were corrupting data written to 
streambuf when the fifo wraps in streambuf_feedL

Modified:
    7.7/trunk/squeezeplay/src/squeezeplay/src/audio/streambuf.c

Modified: 7.7/trunk/squeezeplay/src/squeezeplay/src/audio/streambuf.c
URL: 
http://svn.slimdevices.com/jive/7.7/trunk/squeezeplay/src/squeezeplay/src/audio/streambuf.c?rev=9598&r1=9597&r2=9598&view=diff
==============================================================================
--- 7.7/trunk/squeezeplay/src/squeezeplay/src/audio/streambuf.c (original)
+++ 7.7/trunk/squeezeplay/src/squeezeplay/src/audio/streambuf.c Sat Feb  4 
08:38:16 2012
@@ -179,6 +179,7 @@
                proxy_chunk(streambuf_buf + streambuf_fifo.wptr, n, L);
 
                fifo_wptr_incby(&streambuf_fifo, n);
+               buf  += n;
                size -= n;
        }
 

_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/jive-checkins

Reply via email to