CURL_DOES_CONVERSIONS: fixes

Made it compile and work again after the code move.
This commit is contained in:
Gisle Vanem
2011-04-20 15:23:57 +02:00
committed by Daniel Stenberg
parent c828646f60
commit 9039d19f01
3 changed files with 12 additions and 4 deletions

View File

@@ -26,7 +26,7 @@
#include "urldata.h"
/*
* Curl_convertclone() returns a malloced copy of the source string (if
* Curl_convert_clone() returns a malloced copy of the source string (if
* returning CURLE_OK), with the data converted to network format.
*
* If no conversion was needed *outbuf may be NULL.