|
From: <sv...@va...> - 2006-05-27 15:39:48
|
Author: weidendo
Date: 2006-05-27 16:39:45 +0100 (Sat, 27 May 2006)
New Revision: 5943
Log:
Bug reports should have the same destination as for other VG tools
Modified:
trunk/callgrind/main.c
Modified: trunk/callgrind/main.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/callgrind/main.c 2006-05-27 15:30:58 UTC (rev 5942)
+++ trunk/callgrind/main.c 2006-05-27 15:39:45 UTC (rev 5943)
@@ -1074,7 +1074,7 @@
VG_(details_description) ("a call-graph generating cache profile=
r");
VG_(details_copyright_author)("Copyright (C) 2002-2006, and GNU GPL'=
d, "
"by Josef Weidendorfer et al.");
- VG_(details_bug_reports_to) ("Jos...@gm...");
+ VG_(details_bug_reports_to) (VG_BUGS_TO);
VG_(details_avg_translation_sizeB) ( 245 );
=20
VG_(basic_tool_funcs) (CLG_(post_clo_init),
|