2012-07-09 18:37 UTC+0200 Viktor Szakats (harbour syenar.net)

* contrib/hbcurl/tests/ftp_uldl.prg
    ! fixed broken link
This commit is contained in:
Viktor Szakats
2012-07-09 16:37:39 +00:00
parent be1d768313
commit f2b6e5b308
2 changed files with 5 additions and 1 deletions

View File

@@ -16,6 +16,10 @@
The license applies to all entries newer than 2009-04-28.
*/
2012-07-09 18:37 UTC+0200 Viktor Szakats (harbour syenar.net)
* contrib/hbcurl/tests/ftp_uldl.prg
! fixed broken link
2012-07-09 18:19 UTC+0200 Viktor Szakats (harbour syenar.net)
* bin/hbcommit.hb
% minor optimization to prev

View File

@@ -144,7 +144,7 @@ PROCEDURE Main( cDL, cUL )
/* Now let's download to memory */
? curl_easy_setopt( curl, HB_CURLOPT_DOWNLOAD )
? curl_easy_setopt( curl, HB_CURLOPT_URL, "http://kent.dl.sourceforge.net/sourceforge/harbour-project/harbour-static-0.99.2-0mdk20070.i586.rpm" )
? curl_easy_setopt( curl, HB_CURLOPT_URL, cDL )
? curl_easy_setopt( curl, HB_CURLOPT_SSL_VERIFYPEER, .F. )
? curl_easy_setopt( curl, HB_CURLOPT_SSL_VERIFYHOST, .F. )
? curl_easy_setopt( curl, HB_CURLOPT_DL_BUFF_SETUP )