X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fmain.cpp;h=660bb4149b119d8e06009e8b972398a52c8be0f1;hp=65001a3c2b6ad0efb766ab0dc3457ba689dd2b07;hb=34694c603fa90378d59d70804a5862df3845b2b8;hpb=9e58e0a8ca28b15a4bfa677f5b23891972db40fd diff --git a/src/main.cpp b/src/main.cpp index 65001a3..660bb41 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -3037,7 +3037,7 @@ string GetWarnings(string strFor) strRPC = "test"; // Misc warnings like out of disk space and clock is wrong - if (strMiscWarning != "") + if (!strMiscWarning.empty()) { nPriority = 1000; strStatusBar = strMiscWarning;