1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Rework processing bad files.

This commit is contained in:
Bartosz Taudul
2019-08-12 12:04:27 +02:00
parent 9b6328f962
commit a9b41eb657
5 changed files with 38 additions and 19 deletions
+1 -1
View File
@@ -457,7 +457,7 @@ private:
std::unique_ptr<Worker> second;
std::unique_ptr<UserData> userData;
std::thread loadThread;
int badVer = 0;
BadVersionState badVer;
char pattern[1024] = {};
std::vector<int32_t> match[2];
int selMatch[2] = { 0, 0 };