fix tray icon disappearing, var type warning, code tabulation

This commit is contained in:
R4SAS 2019-02-06 00:24:01 +03:00
parent 6d9e5147b5
commit a14d554947
3 changed files with 54 additions and 29 deletions

View file

@ -50,7 +50,7 @@ namespace util
if (isDaemon)
{
LogPrint(eLogDebug, "Daemon: running as service");
I2PService service(SERVICE_NAME);
I2PService service((PSTR)SERVICE_NAME);
if (!I2PService::Run(service))
{
LogPrint(eLogError, "Daemon: Service failed to run w/err 0x%08lx\n", GetLastError());