diff src/sound.c @ 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 a399428859ff
children 1fb8f75062c6
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");