Mail Archives: djgpp-workers/2001/06/29/12:37:45
This patch fixes a bogus change from the removal of .pl, etc. extensions.
Index: dosexec.c
===================================================================
RCS file: /cvs/djgpp/djgpp/src/libc/dos/process/dosexec.c,v
retrieving revision 1.13
diff -c -p -r1.13 dosexec.c
*** dosexec.c 2001/03/29 16:57:53 1.13
--- dosexec.c 2001/06/29 16:16:51
*************** int __spawnve(int mode, const char *path
*** 1363,1369 ****
}
}
}
- *rp = 0;
if (!found)
{
--- 1366,1371 ----
- Raw text -