# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/vdr-cdda/cdda-0.1.0-1.3.38.patch # Copyright (C) 2006 - 2026 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- --- cdda-0.1.0/audio_player.c.orig 2005-12-23 10:24:48.000000000 +0100 +++ cdda-0.1.0/audio_player.c 2006-01-15 17:28:36.000000000 +0100 @@ -368,7 +368,7 @@ } cAudioControl::~cAudioControl() { - cStatus::MsgReplaying(this, NULL); + cStatus::MsgReplaying(this, NULL, NULL, false); free(mp_replayDescription); delete player; @@ -469,7 +469,7 @@ mp_replayDescription = p_str; p_str = NULL; - cStatus::MsgReplaying(this, mp_replayDescription); + cStatus::MsgReplaying(this, mp_replayDescription, NULL, true); } else free(p_str);