From d00e1d5eccf4192f1a9f2ec36107ad3b6616ee22 Mon Sep 17 00:00:00 2001 From: Evgeny Date: Mon, 19 Sep 2016 20:54:49 +0200 Subject: code fix --- index.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.cpp b/index.cpp index 8ec48bd..ac7a705 100755 --- a/index.cpp +++ b/index.cpp @@ -18,9 +18,9 @@ void flex(const FunctionCallbackInfo& args) { String::Utf8Value nameArg(args[0]); string nameString(*nameArg); string nameStringWindows1251 = utf2cp(nameString); - - String::Utf8Value сaseArg(args[2]); - string caseString(*сaseArg); + + String::Utf8Value caseArg(args[2]); + string caseString(*caseArg); string caseStringWindows1251 = utf2cp(caseString); String::Utf8Value typeArg(args[3]); -- cgit v1.2.3