From: malc Date: Fri, 18 Sep 2009 07:52:45 +0000 (+0400) Subject: audio: use correct email address X-Git-Tag: TizenStudio_2.0_p2.3.2~208^2~10503 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=155a8ad30876ece7f2c937ec99d3981ebd4aaf21;p=sdk%2Femulator%2Fqemu.git audio: use correct email address Signed-off-by: malc --- diff --git a/audio/audio.c b/audio/audio.c index f061f45..80a717b 100644 --- a/audio/audio.c +++ b/audio/audio.c @@ -124,7 +124,7 @@ int audio_bug (const char *funcname, int cond) if (!shown) { shown = 1; AUD_log (NULL, "Save all your work and restart without audio\n"); - AUD_log (NULL, "Please send bug report to malc@pulsesoft.com\n"); + AUD_log (NULL, "Please send bug report to av1474@comtv.ru\n"); AUD_log (NULL, "I am sorry\n"); } AUD_log (NULL, "Context:\n"); diff --git a/audio/ossaudio.c b/audio/ossaudio.c index 9f017b4..946a9dc 100644 --- a/audio/ossaudio.c +++ b/audio/ossaudio.c @@ -422,7 +422,7 @@ static int oss_run_out (HWVoiceOut *hw, int live) if (abinfo.bytes > bufsize) { if (conf.debug) { dolog ("warning: Invalid available size, size=%d bufsize=%d\n" - "please report your OS/audio hw to malc@pulsesoft.com\n", + "please report your OS/audio hw to av1474@comtv.ru\n", abinfo.bytes, bufsize); } abinfo.bytes = bufsize;