|
From: <sv...@va...> - 2009-02-03 04:14:30
|
Author: njn
Date: 2009-02-03 04:14:20 +0000 (Tue, 03 Feb 2009)
New Revision: 9100
Log:
Merge r9099 (fix problem with --massif-out-file= checking) from the trunk.
Modified:
branches/VALGRIND_3_4_BRANCH/massif/ms_main.c
Modified: branches/VALGRIND_3_4_BRANCH/massif/ms_main.c
===================================================================
--- branches/VALGRIND_3_4_BRANCH/massif/ms_main.c 2009-02-03 03:59:05 UTC (rev 9099)
+++ branches/VALGRIND_3_4_BRANCH/massif/ms_main.c 2009-02-03 04:14:20 UTC (rev 9100)
@@ -397,7 +397,7 @@
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];
}
|