From: Nicholas Nethercote Date: Tue, 3 Feb 2009 04:14:20 +0000 (+0000) Subject: Merge r9099 (fix problem with --massif-out-file= checking) from the trunk. X-Git-Tag: svn/VALGRIND_3_4_1~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=628348d97c419be2dee199cb3752b11ddefd1c60;p=thirdparty%2Fvalgrind.git Merge r9099 (fix problem with --massif-out-file= checking) from the trunk. git-svn-id: svn://svn.valgrind.org/valgrind/branches/VALGRIND_3_4_BRANCH@9100 --- diff --git a/massif/ms_main.c b/massif/ms_main.c index a1fca58571..8e6d898e26 100644 --- a/massif/ms_main.c +++ b/massif/ms_main.c @@ -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]; }