the strequal and strnequal should now be called with the proper curl_ prefix

This commit is contained in:
Daniel Stenberg
2003-02-28 12:20:08 +00:00
parent 60e015d0c1
commit 9121b1f41d
4 changed files with 19 additions and 19 deletions

View File

@@ -108,7 +108,7 @@ void ourWriteOut(CURL *curl, char *writeinfo)
keepit=*end;
*end=0; /* zero terminate */
for(i=0; replacements[i].name; i++) {
if(strequal(ptr, replacements[i].name)) {
if(curl_strequal(ptr, replacements[i].name)) {
switch(replacements[i].id) {
case VAR_EFFECTIVE_URL:
if((CURLE_OK ==