mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-14 14:58:07 +00:00
the string converted wasn't entirely numeric. Using them for numeric command-line options -- previously if you had a option "--foo=<n>", where <n> is supposed to be an integer, then "--foo=blah" would be interpreted as "--foo=0", because the "blah" would be converted to zero and the remaining chars wouldn't be noticed. Fixed an incorrect command-line option in two massif tests that this change exposed. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7149
6.9 KiB
6.9 KiB