From b1bdba7db55a9dee799d95aebf82d9f6c3674871 Mon Sep 17 00:00:00 2001 From: Gisle Vanem Date: Fri, 17 Dec 2004 12:26:18 +0000 Subject: [PATCH] Print true netrc name (.netrc/_netrc). --- lib/url.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/url.c b/lib/url.c index 50b50615d..bb4364302 100644 --- a/lib/url.c +++ b/lib/url.c @@ -3067,7 +3067,7 @@ static CURLcode CreateConnection(struct SessionHandle *data, if(Curl_parsenetrc(conn->host.name, user, passwd, data->set.netrc_file)) { - infof(data, "Couldn't find host %s in the .netrc file, using defaults\n", + infof(data, "Couldn't find host %s in the " DOT_CHAR "netrc file, using defaults\n", conn->host.name); } else