Skip to content
Snippets Groups Projects
Commit 3fb3c4a9 authored by Dmitry Puzyrkov's avatar Dmitry Puzyrkov
Browse files

...

parent bcef28b6
No related branches found
No related tags found
No related merge requests found
Pipeline #42547 canceled with stages
......@@ -170,10 +170,7 @@ QJsonObject WinDiagnostic::get_process_info(int totalRam)
QString proc_name = "cellframe-node.exe";
while (hResult) {
// if we find the process: return process ID
std::wstring string(pe.szExeFile);
std::string str(string.begin(), string.end());
QString s = QString::fromStdString(str);
QString s = QString::fromStdString(pe.szExeFile);
if(!proc_name.compare(s)){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment