Commit a2c20d0e authored by Paul Gofman's avatar Paul Gofman Committed by Alexandre Julliard

avifil32: Update lCurrentFrame in IGetFrame_fnGetFrame().

parent 6ea3bc56
......@@ -254,6 +254,8 @@ static LPVOID WINAPI IGetFrame_fnGetFrame(IGetFrame *iface, LONG lPos)
} /* for (lNext < lPos) */
} /* if (This->lCurrentFrame != lPos) */
This->lCurrentFrame = lPos;
return (This->hic == NULL ? This->lpInFormat : This->lpOutFormat);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment