diff --git a/audio/audio.c b/audio/audio.c index f061f45f9189a2303b7673345f58c60381567bbf..80a717bd210ec4f666a51e470bba44375609a3ee 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 9f017b467b8f75c4065223e62757ae6ae06d0d28..946a9dc98fa8a8ae4996f8fb929f29a9adf29560 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;