Uwe Bonnes bon@elektron.ikp.physik.tu-darmstadt.de writes:
@@ -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@elektron.ikp.physik.tu-darmstadt.de 050516 */
- WARN(":not translating name %s to locate program\n",fullname);
Yes, native does transformations on the program name, like looking for .bat, .cmd etc. if there is no extension. That FIXME should remain until this is fixed properly.
"Alexandre" == Alexandre Julliard julliard@winehq.org writes:
Alexandre> Uwe Bonnes bon@elektron.ikp.physik.tu-darmstadt.de writes: >> @@ -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@elektron.ikp.physik.tu-darmstadt.de 050516 >> */ + WARN(":not translating name %s to locate program\n",fullname);
Alexandre> Yes, native does transformations on the program name, like Alexandre> looking for .bat, .cmd etc. if there is no extension. That Alexandre> FIXME should remain until this is fixed properly.
I was seeing the ../.. and such was not translated on both native and builtin. I'll try to clear up the command.