[PATCH] [Msvcrt]: execl fix (from Louis Lenders out of bugzilla)

Eric Pouech eric.pouech at wanadoo.fr
Tue Dec 26 10:37:09 CST 2006




A+
---

 dlls/msvcrt/process.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/msvcrt/process.c b/dlls/msvcrt/process.c
index ac44065..b6497b4 100644
--- a/dlls/msvcrt/process.c
+++ b/dlls/msvcrt/process.c
@@ -147,7 +147,7 @@ # else
 # endif
 #endif
 
-  if (!arg0 && !delim)
+  if (!arg0)
   {
       /* Return NULL for an empty environment list */
       return NULL;



More information about the wine-patches mailing list