From: Josef Weidendorfer Date: Sat, 27 May 2006 15:39:45 +0000 (+0000) Subject: Bug reports should have the same destination as for other VG tools X-Git-Tag: svn/VALGRIND_3_2_0~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8cf72f1297a8282a0b12bf7531cc9303037ab34d;p=thirdparty%2Fvalgrind.git Bug reports should have the same destination as for other VG tools git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5943 --- diff --git a/callgrind/main.c b/callgrind/main.c index e646d0ee9d..2dc6e584a5 100644 --- a/callgrind/main.c +++ b/callgrind/main.c @@ -1074,7 +1074,7 @@ void CLG_(pre_clo_init)(void) VG_(details_description) ("a call-graph generating cache profiler"); VG_(details_copyright_author)("Copyright (C) 2002-2006, and GNU GPL'd, " "by Josef Weidendorfer et al."); - VG_(details_bug_reports_to) ("Josef.Weidendorfer@gmx.de"); + VG_(details_bug_reports_to) (VG_BUGS_TO); VG_(details_avg_translation_sizeB) ( 245 ); VG_(basic_tool_funcs) (CLG_(post_clo_init),