From bd3d5a17b49dfdb9029376961f429a21dd045af4 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 18 Jun 2004 06:20:43 +0000 Subject: Gisle's "SSL patch" from June 16th 2004, modified by me as discussed on the mailing list. --- lib/url.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/url.c') diff --git a/lib/url.c b/lib/url.c index f83e49435..e165b3730 100644 --- a/lib/url.c +++ b/lib/url.c @@ -1892,7 +1892,7 @@ static int handleSock5Proxy(const char *proxy_name, } #else failf(conn->data, - "%s:%d has an internal error an needs to be fixed to work", + "%s:%d has an internal error and needs to be fixed to work", __FILE__, __LINE__); #endif } -- cgit v1.2.3