Hi, I don't know where my head was, but I got the function name and the subject of this message wrong. Here is a corrected changelog message. I had to reset the terminal from which I ran MetaStock. For the changelog: dlls/tapi32/ : assisted.c Only log the parameters of tapiGetLocationInfo as addresses, as output parameters they probably point to garbage. Rein. -- Rein Klazes rklazes@xs4all.nl
--- wine/dlls/tapi32/assisted.c 2002-06-01 01:40:53.000000000 +0200 +++ mywine/dlls/tapi32/assisted.c 2003-04-01 12:04:05.000000000 +0200 @@ -32,7 +32,7 @@ { char temp[30]; - FIXME("(%s, %s): file sections ???\n", lpszCountryCode, lpszCityCode); + FIXME("(%p, %p): file sections ???\n", lpszCountryCode, lpszCityCode); if (!(GetPrivateProfileStringA("Locations", "CurrentLocation", "", temp, 30, "telephon.ini"))) return TAPIERR_REQUESTFAILED; if (!(GetPrivateProfileStringA("Locations", "FIXME_ENTRY", "", lpszCityCode, 8, "telephon.ini")))