Merge pull request #23 from dg9vh/master

Fixing issue 18
This commit is contained in:
Jonathan Naylor 2016-07-06 23:24:01 +01:00 committed by GitHub
commit 987f26221c

View file

@ -163,7 +163,9 @@ void CYSFReflector::run()
ret = network.open();
if (!ret)
return;
network.setCount(0);
CStopWatch stopWatch;
stopWatch.start();