Simon Rozman 349c42fe57 Fix flapping update process
The m_ok variable was not initialized, and set to true in case of
successful initialization - it depended on pure luck.

Since debug versions usually initialize stack and heap allocated memory
(to 0xCD or something like that), this explains why update check was
failing silently and randomly in release versions.

Signed-off-by: Simon Rozman <simon@rozman.si>
2020-02-12 13:18:13 +01:00
2020-02-12 13:18:13 +01:00
2018-09-07 14:04:56 +02:00
2016-03-15 11:10:14 +01:00
2020-02-11 15:38:53 +01:00
2020-02-10 13:49:29 +01:00
Description
Keeps software up-to-date
GPL-3.0 277 KiB
Languages
C++ 71.3%
Makefile 23.9%
C 4.8%