]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Merge r9099 (fix problem with --massif-out-file= checking) from the trunk.
authorNicholas Nethercote <njn@valgrind.org>
Tue, 3 Feb 2009 04:14:20 +0000 (04:14 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Tue, 3 Feb 2009 04:14:20 +0000 (04:14 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/branches/VALGRIND_3_4_BRANCH@9100

massif/ms_main.c

index a1fca585715ce006570c9c3cf7386d3ff7d5a568..8e6d898e260016a22f03fd990241f0f7e270c0ea 100644 (file)
@@ -397,7 +397,7 @@ static Bool ms_process_cmd_line_option(Char* arg)
       VG_(addToXA)(alloc_fns, &alloc_fn);
    }
 
-   else if (VG_CLO_STREQN(14, arg, "--massif-out-file=")) {
+   else if (VG_CLO_STREQN(18, arg, "--massif-out-file=")) {
       clo_massif_out_file = &arg[18];
    }