diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2001-10-12 03:37:43 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2001-10-12 03:37:43 +0000 |
commit | c0ec53ad99ba41fca0f34440c232c8ad203f4259 (patch) | |
tree | cad8633f767ceaed67cf3788e59e21c344ea695d /src/sound.c | |
parent | b81a1b72a82185bc426d31f914a5d3d7fee14c4e (diff) | |
download | emacs-c0ec53ad99ba41fca0f34440c232c8ad203f4259.tar.gz |
Update calls to openp.
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 1c2d59e05b6..2a7be3ea86d 100644 --- a/src/sound.c +++ b/src/sound.c @@ -412,7 +412,7 @@ a system-dependent default device name is used.") { /* Open the sound file. */ s.fd = openp (Fcons (Vdata_directory, Qnil), - attrs[SOUND_FILE], "", &file, 0); + attrs[SOUND_FILE], Qnil, &file, 0); if (s.fd < 0) sound_perror ("Open sound file"); |