diff options
author | Gisle Vanem <gvanem@broadpark.no> | 2011-04-20 15:23:57 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2011-04-20 15:23:57 +0200 |
commit | 9039d19f01f2d201dd4dfeac5a81753c82c72147 (patch) | |
tree | 992d235675c65403ab97a9639dcc04138068a343 /lib/non-ascii.h | |
parent | c828646f60b5bffb2bfcf924eba36da767bf08bf (diff) | |
download | curl-9039d19f01f2d201dd4dfeac5a81753c82c72147.tar.gz |
CURL_DOES_CONVERSIONS: fixes
Made it compile and work again after the code move.
Diffstat (limited to 'lib/non-ascii.h')
-rw-r--r-- | lib/non-ascii.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/non-ascii.h b/lib/non-ascii.h index cccb11f25..89899bedd 100644 --- a/lib/non-ascii.h +++ b/lib/non-ascii.h @@ -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. |