X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fmain.cpp;h=64c988a3067b091666253011060e104c37e839cb;hb=cecf7a56ed5a5efd939b21c760c69da616306005;hp=0a6fda1c036f3479d2514bcc64677f8e35badb3e;hpb=5cb6f52e680a7b6058ead3e24442d0630153b9cd;p=novacoin.git diff --git a/src/main.cpp b/src/main.cpp index 0a6fda1..64c988a 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;