From: Stefan Monnier Date: Tue, 30 Apr 2002 01:01:49 +0000 (+0000) Subject: (Fplay_sound_internal): Update call to openp. X-Git-Tag: ttn-vms-21-2-B4~15283 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3d05168ad4832706559d9e1680a0c6872b18ff8b;p=emacs.git (Fplay_sound_internal): Update call to openp. --- diff --git a/src/sound.c b/src/sound.c index aa2e27dbfcc..4504e7e6ee1 100644 --- 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");