evas git loader - move findo reset inside else as only that changes it

only the else changes finfo so reset inside there. not really any bug
at all byt style-wise a bit better and analysers don't like it

found by PVS studio
This commit is contained in:
Carsten Haitzler 2017-07-29 09:41:55 +09:00
parent 9c507faf2a
commit c0764e153e
1 changed files with 1 additions and 1 deletions

View File

@ -738,9 +738,9 @@ open_file:
memcpy(thisframe->data, prevframe2->data,
prop->w * prop->h * sizeof(DATA32));
}
finfo = thisframe->info;
}
// now draw this frame on top
finfo = thisframe->info;
_clip_coords(prop->w, prop->h, &xin, &yin,
finfo->x, finfo->y, finfo->w, finfo->h,
&x, &y, &w, &h);