fixed: XArchEval "what" returns garbage (memory deleted).

This commit is contained in:
Nick Bolton
2014-03-20 10:32:40 +00:00
parent 8283955765
commit 44a98c6c9d
8 changed files with 53 additions and 90 deletions

View File

@@ -25,3 +25,4 @@
typedef std::string CString;
void find_replace_all(CString& subject, const CString& find, const CString& replace);
CString string_format(const CString format, ...);