From 8cf72f1297a8282a0b12bf7531cc9303037ab34d Mon Sep 17 00:00:00 2001 From: Josef Weidendorfer Date: Sat, 27 May 2006 15:39:45 +0000 Subject: [PATCH] Bug reports should have the same destination as for other VG tools git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5943 --- callgrind/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), -- 2.47.2