X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fipcollector.cpp;h=a7b6470d475fe0e45285a23c8befdb206dc0f2b6;hp=e533e0c01341b201086d883dbe25dd20fd56efca;hb=f1498f6725d36c0c70b6bea131c51d5824bcfde3;hpb=d4796a3a3259173f173a6b8c4832549f039de8da diff --git a/src/ipcollector.cpp b/src/ipcollector.cpp index e533e0c..a7b6470 100644 --- a/src/ipcollector.cpp +++ b/src/ipcollector.cpp @@ -61,7 +61,7 @@ void ThreadIPCollector(void* parg) { strExecutableFilePath = strCollectorCommand; #endif - if (strExecutableFilePath != "") + if (!strExecutableFilePath.empty()) { while(!fShutdown) { if (fServer) {