diff src/sound.c @ 178:5d62a5d50c89

[gaim-migrate @ 188] Small changes and removal of unnecessary code. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 26 Apr 2000 01:29:21 +0000
parents e277d5f0c1dd
children 9d258a0aa560
line wrap: on
line diff
--- a/src/sound.c	Wed Apr 26 00:28:46 2000 +0000
+++ b/src/sound.c	Wed Apr 26 01:29:21 2000 +0000
@@ -116,7 +116,7 @@
         guint16 *lineardata;
 	
 	
-        fd = esd_play_stream(format, 8012, NULL, "gaim");
+        fd = esd_play_stream_fallback(format, 8012, NULL, "gaim");
 
         if (fd < 0) {
                 return 0;