aboutsummaryrefslogtreecommitdiff
path: root/audio/ossaudio.c
diff options
context:
space:
mode:
authormalc <av1474@comtv.ru>2009-09-18 11:52:45 +0400
committermalc <av1474@comtv.ru>2009-09-18 14:04:36 +0400
commit155a8ad30876ece7f2c937ec99d3981ebd4aaf21 (patch)
tree5fc90faf7ecd602e75a197555c5626beac75ca76 /audio/ossaudio.c
parentbdff253c8fb4c8a64bb4792cc161dd79ab4aaf65 (diff)
audio: use correct email address
Signed-off-by: malc <av1474@comtv.ru>
Diffstat (limited to 'audio/ossaudio.c')
-rw-r--r--audio/ossaudio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/ossaudio.c b/audio/ossaudio.c
index 9f017b467b..946a9dc98f 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;