http://bugs.winehq.org/show_bug.cgi?id=3291
------- Additional Comments From xerox_xerox2000@yahoo.co.uk 2005-16-10 12:08 ------- Following patch fixes the crash:
--- dlls/msvcrt/cpp.c_ 2005-10-17 19:07:43.000000000 +0000 +++ dlls/msvcrt/cpp.c 2005-10-17 19:08:10.000000000 +0000 @@ -594,7 +594,7 @@ } } TRACE("(%p) returning %s\n", _this, _this->name); - return _this->name; + return _this; }
/******************************************************************
I'm however not sure if this fix is really correct , could somebody familiar with this code hava a look at this please? Thanks