0
0
mirror of https://github.com/yse/easy_profiler.git synced 2024-12-26 16:11:02 +08:00

(EasyProfiler.ETW) Fixed typo in system process name

This commit is contained in:
Victor Zarubkin 2016-12-27 20:54:10 +03:00
parent b3045c1b68
commit 8057154fe5

View File

@ -189,7 +189,7 @@ namespace profiler {
if (pid == 4) {
pinfo->name.reserve(pinfo->name.size() + 8);
pinfo->name.append(" System", 6);
pinfo->name.append(" System", 7);
}
}
}