]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Bug reports should have the same destination as for other VG tools
authorJosef Weidendorfer <Josef.Weidendorfer@gmx.de>
Sat, 27 May 2006 15:39:45 +0000 (15:39 +0000)
committerJosef Weidendorfer <Josef.Weidendorfer@gmx.de>
Sat, 27 May 2006 15:39:45 +0000 (15:39 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5943

callgrind/main.c

index e646d0ee9d5fa8cb9a6fd603110e0b94869be2e8..2dc6e584a598bdef7deeaa3089721164d8f8f7e0 100644 (file)
@@ -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),