diff options
Diffstat (limited to 'src/sound.c')
| -rw-r--r-- | src/sound.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound.c b/src/sound.c index 7f0ede5b398..5ce185ea60e 100644 --- a/src/sound.c +++ b/src/sound.c | |||
| @@ -879,7 +879,7 @@ vox_init (struct sound_device *sd) | |||
| 879 | static void | 879 | static void |
| 880 | vox_write (struct sound_device *sd, const char *buffer, ptrdiff_t nbytes) | 880 | vox_write (struct sound_device *sd, const char *buffer, ptrdiff_t nbytes) |
| 881 | { | 881 | { |
| 882 | if (emacs_write (sd->fd, buffer, nbytes) != nbytes) | 882 | if (emacs_write_sig (sd->fd, buffer, nbytes) != nbytes) |
| 883 | sound_perror ("Error writing to sound device"); | 883 | sound_perror ("Error writing to sound device"); |
| 884 | } | 884 | } |
| 885 | 885 | ||