mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
12 lines
373 B
Diff
12 lines
373 B
Diff
|
--- 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);
|
||
|
|