projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc4db0c
)
(Fplay_sound_internal): Update call to openp.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Tue, 30 Apr 2002 01:01:49 +0000
(
01:01
+0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Tue, 30 Apr 2002 01:01:49 +0000
(
01:01
+0000)
src/sound.c
patch
|
blob
|
history
diff --git
a/src/sound.c
b/src/sound.c
index aa2e27dbfccdf969554eaf153fcc6669b7dc9d36..4504e7e6ee11c1f5dfb275c6f2b21fb4dd3ed9c4 100644
(file)
--- a/
src/sound.c
+++ b/
src/sound.c
@@
-421,7
+421,7
@@
Internal use only, use `play-sound' instead. */)
{
/* 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");