mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-18 19:48:07 +00:00
fix broken compile
This commit is contained in:
parent
b06a202d82
commit
9b421bfd43
1 changed files with 1 additions and 1 deletions
|
|
@ -4583,7 +4583,7 @@ void linphone_core_start_dtmf_stream(LinphoneCore* lc) {
|
|||
}
|
||||
|
||||
void linphone_core_stop_dtmf_stream(LinphoneCore* lc) {
|
||||
if (lc->ringstream && dmfs_playing_start_time!=0) {
|
||||
if (lc->ringstream && lc->dmfs_playing_start_time!=0) {
|
||||
ring_stop(lc->ringstream);
|
||||
lc->ringstream=NULL;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue