[xiph-cvs] cvs commit: icecast/src source.c

Michael Smith msmith at xiph.org
Wed May 8 07:07:43 PDT 2002



msmith      02/05/08 07:07:43

  Modified:    src      source.c
  Log:
  I am an idiot.

Revision  Changes    Path
1.14      +1 -1      icecast/src/source.c

Index: source.c
===================================================================
RCS file: /usr/local/cvsroot/icecast/src/source.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- source.c	2002/05/08 14:02:02	1.13
+++ source.c	2002/05/08 14:07:42	1.14
@@ -262,7 +262,7 @@
                         /* Didn't send the entire buffer, queue it */
                         client->pos = sbytes;
                                                 refbuf_addref(refbuf);
-                        refbuf_queue_insert(&client->queue, abuf);
+                        refbuf_queue_insert(&client->queue, refbuf);
                     }
                 }
                                 if (sbytes < 0) {

<p><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