]> granicus.if.org Git - curl/commitdiff
I renamed the function
authorDaniel Stenberg <daniel@haxx.se>
Thu, 16 Oct 2008 11:04:53 +0000 (11:04 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 16 Oct 2008 11:04:53 +0000 (11:04 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 6d6515b8f2b666e458925249b323a605c1229359..d16b3ed559e9d3cadb643559c60ce032814e3d7d 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -13,7 +13,7 @@ Daniel Stenberg (15 Oct 2008)
   Turkish locale is used. This is because 'i' and 'I' isn't the same letter so
   strcasecmp() on those letters are different in Turkish than in English (or
   just about all other languages). I thus introduced a totally new internal
-  function in libcurl (called Curl_ascii_equal) for doing case insentive
+  function in libcurl (called Curl_raw_equal) for doing case insentive
   comparisons for english-(ascii?) style strings that thus will make "file"
   and "FILE" match even if the Turkish locale is selected.