diff --git a/lib/base/profile.h b/lib/base/profile.h index 886f2283b96..c87f55c79a5 100644 --- a/lib/base/profile.h +++ b/lib/base/profile.h @@ -135,7 +135,7 @@ class eProfile if (m_handle) { fclose(m_handle); - m_handle = 0; + m_handle = nullptr; } } diff --git a/lib/dvb/volume.cpp b/lib/dvb/volume.cpp index bda44b94d2e..ad5d807b7f0 100644 --- a/lib/dvb/volume.cpp +++ b/lib/dvb/volume.cpp @@ -50,6 +50,7 @@ eDVBVolumecontrol::eDVBVolumecontrol() mainVolume = NULL; openMixer(); #endif + mute_zero = false; volumeUnMute(); setVolume(100, 100); }