Tick is signed, so make Event start be large and positive,
not negative --HG-- extra : convert_revision : 96be42a30fc0bd59eaff1d19161d881cab3895ae
This commit is contained in:
@@ -45,7 +45,7 @@ using namespace std;
|
||||
|
||||
namespace Stats {
|
||||
|
||||
Tick EventStart = ULL(0xffffffffffffffff);
|
||||
Tick EventStart = ULL(0x7fffffffffffffff);
|
||||
|
||||
vector<string> event_ignore;
|
||||
vector<vector<string> > ignore_tokens;
|
||||
|
||||
Reference in New Issue
Block a user