quartz: Always set current position again.

This commit is contained in:
Maarten Lankhorst 2008-07-09 10:18:38 -07:00 committed by Alexandre Julliard
parent 54ae3ebfd4
commit 6748f073ed
1 changed files with 1 additions and 1 deletions

View File

@ -581,7 +581,7 @@ HRESULT WINAPI MediaSeekingImpl_SetPositions(IMediaSeeking * iface, LONGLONG * p
llNewCurrent = Adjust(This->llCurrent, pCurrent, dwCurrentFlags);
llNewStop = Adjust(This->llStop, pStop, dwStopFlags);
if (llNewCurrent != This->llCurrent)
if (pCurrent)
bChangeCurrent = TRUE;
if (llNewStop != This->llStop)
bChangeStop = TRUE;