# HG changeset patch # User Stefan Monnier # Date 1020128509 0 # Node ID 6e2fa2a3081b889a1e26090e42d30ef9b82245e9 # Parent 084928cfcfcb93f95a6a451c47c642e61d91f935 (Fplay_sound_internal): Update call to openp. diff -r 084928cfcfcb -r 6e2fa2a3081b src/sound.c --- 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");