evas loader - redo gif fix so it doesn't break everything

this fixes 96f9353f4c so it works right
@fix
This commit is contained in:
Carsten Haitzler 2014-05-29 17:05:27 +09:00
parent fb6209f083
commit 06c7fee700
1 changed files with 1 additions and 1 deletions

View File

@ -755,7 +755,7 @@ open_file:
}
imgnum++;
// if we found the image we wanted - get out of here
if (imgnum >= index) break;
if (imgnum > index) break;
}
}
while (rec != TERMINATE_RECORD_TYPE);