audio: use correct email address
authormalc <av1474@comtv.ru>
Fri, 18 Sep 2009 07:52:45 +0000 (11:52 +0400)
committermalc <av1474@comtv.ru>
Fri, 18 Sep 2009 10:04:36 +0000 (14:04 +0400)
Signed-off-by: malc <av1474@comtv.ru>
audio/audio.c
audio/ossaudio.c

index f061f45..80a717b 100644 (file)
@@ -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");
index 9f017b4..946a9dc 100644 (file)
@@ -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;