mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 04:13:37 +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:
@@ -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++ )
|
||||
|
||||
Reference in New Issue
Block a user