[xiph-cvs] cvs commit: icecast/src util.c
Michael Smith
msmith at xiph.org
Fri Aug 16 21:48:08 PDT 2002
msmith 02/08/17 00:48:07
Modified: src util.c
Log:
Fix a null terminator so that relaying can work again
Revision Changes Path
1.12 +1 -0 icecast/src/util.c
Index: util.c
===================================================================
RCS file: /usr/local/cvsroot/icecast/src/util.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- util.c 16 Aug 2002 14:26:48 -0000 1.11
+++ util.c 17 Aug 2002 04:48:07 -0000 1.12
@@ -304,6 +304,7 @@
data += chunk;
len -= chunk;
}
+ *out = 0;
return result;
}
<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