Blame glibc-open-macro.patch
|
Charles Coldwell |
5379a0 |
--- emacs-22.1/src/sound.c~ 2007-03-06 07:14:14.000000000 -0500
|
|
Charles Coldwell |
5379a0 |
+++ emacs-22.1/src/sound.c 2007-08-09 15:54:52.117018000 -0400
|
|
Charles Coldwell |
5379a0 |
@@ -1469,7 +1469,7 @@ Internal use only, use `play-sound' inst
|
|
Charles Coldwell |
5379a0 |
error ("No usable sound device driver found");
|
|
Charles Coldwell |
5379a0 |
|
|
Charles Coldwell |
5379a0 |
/* Open the device. */
|
|
Charles Coldwell |
5379a0 |
- current_sound_device->open (current_sound_device);
|
|
Charles Coldwell |
5379a0 |
+ (current_sound_device->open) (current_sound_device);
|
|
Charles Coldwell |
5379a0 |
|
|
Charles Coldwell |
5379a0 |
/* Play the sound. */
|
|
Charles Coldwell |
5379a0 |
current_sound->play (current_sound, current_sound_device);
|