Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > 345c2591e369af273318559c274c9168 > files > 2

vorbis-tools-1.1.1-5mdv2008.0.src.rpm

--- vorbis-tools-1.1.1/ogg123/http_transport.c~	2005-06-13 15:11:44.000000000 +0200
+++ vorbis-tools-1.1.1/ogg123/http_transport.c	2006-11-29 14:37:27.000000000 +0100
@@ -116,7 +116,7 @@
   if (inputOpts.ProxyTunnel)
     curl_easy_setopt (handle, CURLOPT_HTTPPROXYTUNNEL, inputOpts.ProxyTunnel);
   */
-  curl_easy_setopt(handle, CURLOPT_MUTE, 1);
+  /*  curl_easy_setopt(handle, CURLOPT_MUTE, 1); */
   curl_easy_setopt(handle, CURLOPT_ERRORBUFFER, private->error);
   curl_easy_setopt(handle, CURLOPT_PROGRESSFUNCTION, progress_callback);
   curl_easy_setopt(handle, CURLOPT_PROGRESSDATA, private);