This commit is contained in:
jl777
2018-04-17 21:20:50 +03:00
parent 6a1216c1a1
commit 0ce6dd741f

View File

@@ -249,7 +249,7 @@ UniValue stop(const UniValue& params, bool fHelp)
"\nStop Komodo server.");
// Shutdown will take long enough that the response should get back
StartShutdown();
return ASSETCHAINS_SYMBOL + " Komodo server stopping";
return ASSETCHAINS_SYMBOL + (char *)" Komodo server stopping";
}
/**