diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/tool_writeout.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tool_writeout.c b/src/tool_writeout.c index 8b709cbe3..6e94afe42 100644 --- a/src/tool_writeout.c +++ b/src/tool_writeout.c @@ -126,7 +126,7 @@ void ourWriteOut(CURL *curl, struct OutStruct *outs, const char *writeinfo)            keepit = *end;            *end = 0; /* zero terminate */            for(i = 0; replacements[i].name; i++) { -            if(curl_strcasecompare(ptr, replacements[i].name)) { +            if(curl_strequal(ptr, replacements[i].name)) {                match = TRUE;                switch(replacements[i].id) {                case VAR_EFFECTIVE_URL:  | 
