More cleanup of Log.h, move AndroidAssert into MsgHandler.cpp/h.
This commit is contained in:
parent
e8a9845d93
commit
5704ebfb61
5 changed files with 43 additions and 49 deletions
|
@ -39,6 +39,7 @@ long parseHexLong(std::string s) {
|
|||
value = strtoul(s.c_str(),0, 0);
|
||||
return value;
|
||||
}
|
||||
|
||||
long parseLong(std::string s) {
|
||||
long value = 0;
|
||||
if (s.substr(0,2) == "0x") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue