]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Changed bug_reports_to.
authorNicholas Nethercote <n.nethercote@gmail.com>
Mon, 23 Feb 2004 15:33:33 +0000 (15:33 +0000)
committerNicholas Nethercote <n.nethercote@gmail.com>
Mon, 23 Feb 2004 15:33:33 +0000 (15:33 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2261

massif/ms_main.c

index 54c4ccec9f928d5dd9557f346cfb0e53836dc9e8..b8d96f32376bd494adeb4ede8ff88d0aea0de1a4 100644 (file)
@@ -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)();