|
From: Nicholas N. <nj...@ca...> - 2004-02-23 15:41:43
|
CVS commit by nethercote:
Changed bug_reports_to.
M +1 -1 ms_main.c 1.2
--- valgrind/massif/ms_main.c #1.1:1.2
@@ -1178,5 +1178,5 @@ void SK_(pre_clo_init)()
VG_(details_description) ("a space profiler");
VG_(details_copyright_author)("Copyright (C) 2003, Nicholas Nethercote");
- VG_(details_bug_reports_to) ("nj...@ca...");
+ VG_(details_bug_reports_to) (VG_BUGS_TO);
// Needs
|