From 0573b166b2aa2ee40be1a328636cb539d96aeeac Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Tue, 14 May 2013 19:20:14 +0000 Subject: Merge sources from windows-1252 to utf-8 --- src/proxy/proxystrings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/proxy/proxystrings.h') diff --git a/src/proxy/proxystrings.h b/src/proxy/proxystrings.h index 84c4693..23456a7 100755 --- a/src/proxy/proxystrings.h +++ b/src/proxy/proxystrings.h @@ -58,7 +58,7 @@ static void unescapehttp(const char* s, String* tempo) { i++; hc = (char) ehex(s+i); StringAddchar(*tempo, (char) hc); - i++; // sauter 2 caractères finalement + i++; // sauter 2 caractères finalement } else if (s[i]=='+') { StringAddchar(*tempo, ' '); -- cgit v1.2.3