]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fplay_sound_internal): Update call to openp.
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 30 Apr 2002 01:01:49 +0000 (01:01 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 30 Apr 2002 01:01:49 +0000 (01:01 +0000)
src/sound.c

index aa2e27dbfccdf969554eaf153fcc6669b7dc9d36..4504e7e6ee11c1f5dfb275c6f2b21fb4dd3ed9c4 100644 (file)
@@ -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");