From 88054d9a9863b6f41b2c42583145e6689752e5f9 Mon Sep 17 00:00:00 2001 From: Xavier Leroy Date: Tue, 2 Sep 1997 16:01:39 +0000 Subject: MAJ portage Win32 git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@1698 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02 --- otherlibs/win32unix/createprocess.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'otherlibs/win32unix/createprocess.c') diff --git a/otherlibs/win32unix/createprocess.c b/otherlibs/win32unix/createprocess.c index 64917ba75..8b3c935c0 100644 --- a/otherlibs/win32unix/createprocess.c +++ b/otherlibs/win32unix/createprocess.c @@ -41,7 +41,7 @@ value win_create_process_native(cmd, cmdline, env, fd1, fd2, fd3) if (! CreateProcess(exefile, String_val(cmdline), NULL, NULL, TRUE, 0, envp, NULL, &si, &pi)) { _dosmaperr(GetLastError()); - uerror("create_process", exefile); + uerror("create_process", cmd); } return Val_int(pi.hProcess); } -- cgit v1.2.3-70-g09d2