changeset 45008:07245ba4ebcc

(sys_spawnve): Update call to openp.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 30 Apr 2002 01:02:26 +0000
parents f46982d9ac50
children 7a00556be3ce
files src/w32proc.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/w32proc.c	Tue Apr 30 01:02:01 2002 +0000
+++ b/src/w32proc.c	Tue Apr 30 01:02:26 2002 +0000
@@ -748,7 +748,7 @@
       
       full = Qnil;
       GCPRO1 (program);
-      openp (Vexec_path, program, Vexec_suffixes, &full, 1);
+      openp (Vexec_path, program, Vexec_suffixes, &full, make_number (X_OK));
       UNGCPRO;
       if (NILP (full))
 	{