mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-09-29 19:24:25 +03:00
unreadVariable
This commit is contained in:
@@ -55,7 +55,7 @@ unique_ptr<hs_platform_info> xcompileReadMode(const char *s) {
|
||||
assert(!err);
|
||||
|
||||
string str(s);
|
||||
string mode = str.substr(0, str.find(":"));
|
||||
//string mode = str.substr(0, str.find(":"));
|
||||
string opt = str.substr(str.find(":")+1, str.npos);
|
||||
bool found_mode = false;
|
||||
|
||||
|
Reference in New Issue
Block a user