mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 10:05:29 +00:00
Fix a bug introduced in the previous revision.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13538
This commit is contained in:
parent
44901807b3
commit
bc0d9e14cf
@ -104,7 +104,7 @@ sub get_raw_data {
|
||||
my %hash = ();
|
||||
|
||||
# 1) Locate the section with the info about the environment of this nightly run
|
||||
for ($i = $i + 1; $i < $n; ++$i) {
|
||||
for ($i = 0; $i < $n; ++$i) {
|
||||
last if ($lines[$i] =~ /^valgrind revision:/);
|
||||
}
|
||||
die "no info block in message $msgno" if ($i == $n);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user