code fix
This commit is contained in:
parent
5782f6cfdb
commit
d00e1d5ecc
@ -18,9 +18,9 @@ void flex(const FunctionCallbackInfo<Value>& args) {
|
|||||||
String::Utf8Value nameArg(args[0]);
|
String::Utf8Value nameArg(args[0]);
|
||||||
string nameString(*nameArg);
|
string nameString(*nameArg);
|
||||||
string nameStringWindows1251 = utf2cp(nameString);
|
string nameStringWindows1251 = utf2cp(nameString);
|
||||||
|
|
||||||
String::Utf8Value сaseArg(args[2]);
|
String::Utf8Value caseArg(args[2]);
|
||||||
string caseString(*сaseArg);
|
string caseString(*caseArg);
|
||||||
string caseStringWindows1251 = utf2cp(caseString);
|
string caseStringWindows1251 = utf2cp(caseString);
|
||||||
|
|
||||||
String::Utf8Value typeArg(args[3]);
|
String::Utf8Value typeArg(args[3]);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user