forked from mirror/openmw-tes3mp
Minor fix again
This commit is contained in:
parent
e8f01ae108
commit
c982f701ca
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue