1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-01-30 19:03:04 +00:00

fixup! refactor: make variant_headers reusable to qt app. (#1369)

This commit is contained in:
Charles Kerr 2020-09-07 00:33:46 -05:00
parent 6b89ee7903
commit fdaad67def

View file

@ -297,7 +297,7 @@ Session::Session(QString config_dir, Prefs& prefs) :
config_dir_(std::move(config_dir)),
prefs_(prefs)
{
stats_ = { };
stats_ = {};
stats_.ratio = TR_RATIO_NA;
cumulative_stats_ = stats_;