Changeset 748

Show
Ignore:
Timestamp:
01/19/07 00:25:39 (2 years ago)
Author:
oxff
Message:

nepenthes.download-curl: long live svn diff paired with my stupidity... NOT

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • nepenthes/trunk/modules/download-curl/download-curl.cpp

    r747 r748  
    233233#if LIBCURL_VERSION_NUM < 0x071000 
    234234                curl_easy_setopt(pCurlHandle, CURLOPT_SOURCE_USERPWD,(char *)down->getDownloadUrl()->getAuth().c_str()); 
    235 +#endif 
     235#endif 
    236236                curl_easy_setopt(pCurlHandle, CURLOPT_USERPWD,(char *)down->getDownloadUrl()->getAuth().c_str()); 
    237237                curl_easy_setopt(pCurlHandle, CURLOPT_URL                       , url);