mirror of
https://github.com/curl/curl.git
synced 2026-08-24 19:03:40 +03:00
the strequal and strnequal should now be called with the proper curl_ prefix
This commit is contained in:
parent
60e015d0c1
commit
9121b1f41d
4 changed files with 19 additions and 19 deletions
|
|
@ -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 ==
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue