]> code.delx.au - gnu-emacs/blobdiff - src/sound.c
Minor fixes for recent openp changes.
[gnu-emacs] / src / sound.c
index e84f7415cd33ba88b20fba0098f80c37acc9b2a0..0cbbcda611c87250be58f213cb17b49c1f250dbe 100644 (file)
@@ -1332,7 +1332,7 @@ Internal use only, use `play-sound' instead.  */)
     {
       /* Open the sound file.  */
       current_sound->fd = openp (list1 (Vdata_directory),
-                                attrs[SOUND_FILE], Qnil, &file, Qnil, 0);
+                                attrs[SOUND_FILE], Qnil, &file, Qnil, false);
       if (current_sound->fd < 0)
        sound_perror ("Could not open sound file");