X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fipcollector.cpp;h=a7b6470d475fe0e45285a23c8befdb206dc0f2b6;hp=e533e0c01341b201086d883dbe25dd20fd56efca;hb=63e4509c569f16145ab861717baf865fc6d05af1;hpb=c24281833da3e5ba96832c636659a53246cc7249 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) {