From: Nicholas Nethercote Date: Mon, 23 Feb 2004 15:33:33 +0000 (+0000) Subject: Changed bug_reports_to. X-Git-Tag: svn/VALGRIND_2_1_1~47 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=91c730ca396f5ff5630aa9d10b8ddc7c655672c9;p=thirdparty%2Fvalgrind.git Changed bug_reports_to. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2261 --- diff --git a/massif/ms_main.c b/massif/ms_main.c index 54c4ccec9f..b8d96f3237 100644 --- a/massif/ms_main.c +++ b/massif/ms_main.c @@ -1177,7 +1177,7 @@ void SK_(pre_clo_init)() VG_(details_version) ("0.0.3"); VG_(details_description) ("a space profiler"); VG_(details_copyright_author)("Copyright (C) 2003, Nicholas Nethercote"); - VG_(details_bug_reports_to) ("njn25@cam.ac.uk"); + VG_(details_bug_reports_to) (VG_BUGS_TO); // Needs VG_(needs_libc_freeres)();