mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-14 10:21:09 +00:00
Minor fix again
This commit is contained in:
parent
e8f01ae108
commit
c982f701ca
@ -64,7 +64,7 @@ namespace Mangle
|
||||
if(diff < 0) continue;
|
||||
|
||||
bool match = true;
|
||||
for(int i=0; i<t.size(); i++)
|
||||
for(unsigned i=0; i<t.size(); i++)
|
||||
if(!isMatch(t[i], file[i+diff]))
|
||||
{
|
||||
match = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user