From 80221d816eeb98f0df38e0243390033c614952f3 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Tue, 28 Nov 2017 22:12:43 +0300 Subject: Source files converted to utf-8 --- plugins/HTTPServer/src/HttpUser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/HTTPServer/src/HttpUser.cpp') diff --git a/plugins/HTTPServer/src/HttpUser.cpp b/plugins/HTTPServer/src/HttpUser.cpp index db86533b7f..1f28cdac5d 100644 --- a/plugins/HTTPServer/src/HttpUser.cpp +++ b/plugins/HTTPServer/src/HttpUser.cpp @@ -87,7 +87,7 @@ static int nUnescapedURI(char * pszURI) nNewChar = '/'; if ((nNewChar & 0x80) == 0x00) { // 0xxxxxxx (yields 7 bits) - more = -1; // this is to avoid sequence like %C3k%A6 will end up beeing "kę" insted it will be "k" + more = -1; // this is to avoid sequence like %C3k%A6 will end up beeing "kж" insted it will be "k" *pszCurInsert = (char)nNewChar; pszCurInsert++; continue; -- cgit v1.2.3