From e3cb770a88144a3702edab34495ee2945efb3bb8 Mon Sep 17 00:00:00 2001 From: llea <llea> Date: Mon, 7 Feb 2005 14:49:25 +0000 Subject: [PATCH] *** empty log message *** --- src/audiortp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/audiortp.cpp b/src/audiortp.cpp index 5d24ee9e71..71cd30fffa 100644 --- a/src/audiortp.cpp +++ b/src/audiortp.cpp @@ -263,7 +263,7 @@ AudioRtpRTX::run (void) { } else { // When IP-phone user click on mute button, we read buffer of a // temp buffer to avoid delay in sound. -#ifdef +#ifdef ALSA i = audioDeviceRead->readBuffer (data_mute, 320); #else i = audioDevice->readBuffer (data_mute, 320); -- GitLab