Mercurial > emacs
changeset 45006:6e2fa2a3081b
(Fplay_sound_internal): Update call to openp.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 30 Apr 2002 01:01:49 +0000 |
parents | 084928cfcfcb |
children | f46982d9ac50 |
files | src/sound.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/sound.c Tue Apr 30 01:01:37 2002 +0000 +++ b/src/sound.c Tue Apr 30 01:01:49 2002 +0000 @@ -421,7 +421,7 @@ { /* Open the sound file. */ s.fd = openp (Fcons (Vdata_directory, Qnil), - attrs[SOUND_FILE], Qnil, &file, 0); + attrs[SOUND_FILE], Qnil, &file, Qnil); if (s.fd < 0) sound_perror ("Could not open sound file");