unreadVariable

This commit is contained in:
gtsoul-tech
2024-04-30 13:36:39 +03:00
parent 2921e50ecc
commit b5bf3d8d31
7 changed files with 8 additions and 9 deletions

View File

@@ -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;