From 4bd271d093a74b08569809106d4f9fc8520dfaad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D1=8B=D1=87=D0=BA=D0=BE=D0=B2=20=D0=90=D0=BD=D0=B4?= =?UTF-8?q?=D1=80=D0=B5=D0=B9?= Date: Wed, 6 Feb 2019 13:24:11 +0000 Subject: [PATCH] git-svn-id: svn://db.shs.com.ru/pip@691 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5 --- src_main/system/pisystemmonitor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src_main/system/pisystemmonitor.cpp b/src_main/system/pisystemmonitor.cpp index fdb63fd4..6c5a463f 100755 --- a/src_main/system/pisystemmonitor.cpp +++ b/src_main/system/pisystemmonitor.cpp @@ -117,7 +117,7 @@ bool PISystemMonitor::startOnSelf(int interval_ms) { #else self_ = false; cycle = -1; - ret = start(interval_ms); + bool ret = start(interval_ms); #endif self_ = true; return ret;