mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
Corrected my off-by-one error. Only visible if you have two ifs right in a
row. svn path=/trunk/; revision=21152
This commit is contained in:
parent
cfd223c953
commit
dd1ba06289
1 changed files with 1 additions and 0 deletions
|
@ -303,6 +303,7 @@ Project::ProcessXML ( const string& path )
|
|||
If * if_data = non_if_data.ifs[i];
|
||||
non_if_data.ifs.erase ( non_if_data.ifs.begin () + i );
|
||||
delete if_data;
|
||||
i--;
|
||||
}
|
||||
}
|
||||
for ( i = 0; i < linkerFlags.size (); i++ )
|
||||
|
|
Loading…
Reference in a new issue