Fix compile error with JSON uint64_t 🚯
This commit is contained in:
@ -88,7 +88,7 @@ namespace ix
|
||||
ss >> lineno;
|
||||
|
||||
Json::Value frame;
|
||||
frame["lineno"] = lineno;
|
||||
frame["lineno"] = Json::UInt64(lineno);
|
||||
frame["filename"] = fileName;
|
||||
frame["function"] = function;
|
||||
|
||||
|
Reference in New Issue
Block a user