Francois Gouget <fgouget(a)free.fr> writes:
diff --git a/programs/wineboot/wineboot.c b/programs/wineboot/wineboot.c index ac0b04d6d81..ec0732edcd8 100644 --- a/programs/wineboot/wineboot.c +++ b/programs/wineboot/wineboot.c @@ -891,7 +891,7 @@ static BOOL pendingRename(void) if( res!=ERROR_SUCCESS ) { WINE_ERR("Couldn't query value after successfully querying before (%u),\n" - "please report to wine-devel(a)winehq.org\n", res); + "please report to %s\n", res, PACKAGE_BUGREPORT);
This message is clearly useless and should be removed. In general, I don't think we want to add complexity to use PACKAGE_BUGREPORT, saying "please report it" should be good enough. -- Alexandre Julliard julliard(a)winehq.org