PKGBUILDs/extra/came/came-1.9-curl-friendly.patch

12 lines
373 B
Diff
Raw Normal View History

2009-10-10 02:23:22 +00:00
--- camE-1.9/webcam.c.orig 2007-04-17 22:33:33.000000000 +1000
+++ camE-1.9/webcam.c 2007-04-17 22:36:34.000000000 +1000
@@ -987,8 +987,6 @@
/* shut up completely */
if (ftp_debug)
curl_easy_setopt(curl_handle, CURLOPT_VERBOSE, 1);
- else
- curl_easy_setopt(curl_handle, CURLOPT_MUTE, 1);
curl_easy_setopt(curl_handle, CURLOPT_UPLOAD, 1);