diff src/w32proc.c @ 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 c887ee4e08f3
children 3e9cb1567659
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))
 	{