MSVCRT: Lower Error level of

Uwe Bonnes bon at elektron.ikp.physik.tu-darmstadt.de
Sun May 15 17:42:54 CDT 2005


Changelog:
	wine/dlls/msvcrt/process.c: _spawnve
	Lower Error output level for possible missing translation
-- 
Uwe Bonnes                bon at elektron.ikp.physik.tu-darmstadt.de

Institut fuer Kernphysik  Schlossgartenstrasse 9  64289 Darmstadt
--------- Tel. 06151 162516 -------- Fax. 06151 164321 ----------
Index: wine/dlls/msvcrt/process.c
===================================================================
RCS file: /home/wine/wine/dlls/msvcrt/process.c,v
retrieving revision 1.29
diff -u -r1.29 process.c
--- wine/dlls/msvcrt/process.c	24 Mar 2005 21:01:38 -0000	1.29
+++ wine/dlls/msvcrt/process.c	15 May 2005 22:30:59 -0000
@@ -448,7 +448,9 @@
   const char *fullname = name;
   int ret = -1;
 
-  FIXME(":not translating name %s to locate program\n",fullname);
+  /* Is this really a WARN? Native msvcrt doesn't seem to translate the argumentsd neither
+     bon at elektron.ikp.physik.tu-darmstadt.de 050516 */
+  WARN(":not translating name %s to locate program\n",fullname);
   TRACE(":call (%s), params (%s), env (%s)\n",debugstr_a(name),debugstr_a(args),
    envs?"Custom":"Null");
 



More information about the wine-patches mailing list