diff options
author | root <root@rshg054.dnsready.net> | 2013-02-10 01:12:52 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-02-10 01:12:52 -0800 |
commit | 1bb2648cde916ac27d3dd75d7b64a4ddc89787b7 (patch) | |
tree | 016bfa1969323404c37dbef29cfc7242a5a8e9f3 /community/pidgin-lwqq | |
parent | e9c244cac8e5dc1c59c7e8b7bc885fef04224b70 (diff) |
Sun Feb 10 01:12:35 PST 2013
Diffstat (limited to 'community/pidgin-lwqq')
-rw-r--r-- | community/pidgin-lwqq/0.1a_fix.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/community/pidgin-lwqq/0.1a_fix.patch b/community/pidgin-lwqq/0.1a_fix.patch deleted file mode 100644 index 63f2adfd0..000000000 --- a/community/pidgin-lwqq/0.1a_fix.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- a/src/liblwqq/http.c -+++ b/src/liblwqq/http.c -@@ -515,7 +515,9 @@ static int multi_timer_cb(CURLM *multi, long timeout_ms, void *userp) - } - if(g->still_running){ - lwqq_log(LOG_NOTICE,"still running:%d,timeout:%ld\n",g->still_running,timeout_ms); -+ #if USE_DEBUG - if(g->still_running>1)lwqq_gdb_whats_running(); -+ #endif - } - //close time clock - //this should always return 0 this is curl!! |