Minor fix again

This commit is contained in:
Nicolay Korslund 2010-08-16 17:07:27 +02:00
parent e8f01ae108
commit c982f701ca

View file

@ -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;