mirror of
https://github.com/sfall-team/int2ssl.git
synced 2026-07-27 16:52:42 -07:00
Update 8.4.1:
- Fixed bug that produced incorrect SSL code when source file had some unreferenced variables - Fixed int2ssl hang indefinitely on "Loading namespace" step (VS2017) - Updated gitignore for VS2017 files - bump version number
This commit is contained in:
+1
-1
@@ -97,7 +97,7 @@ void CNamespace::Serialize()
|
||||
|
||||
for(uint32_t i = 0; i < strNonGraph.length(); i++)
|
||||
{
|
||||
strNewString = replace(strNewString, "" + strNonGraph[i], "\\" + strEscape[i]);
|
||||
strNewString = replace(strNewString, std::string() + strNonGraph[i], std::string("\\") + strEscape[i]);
|
||||
}
|
||||
|
||||
m_Map.SetAt(ulTotalRead + 6, strNewString);
|
||||
|
||||
Reference in New Issue
Block a user