IEnum::Clone shouldn't do a Reset.

This commit is contained in:
Richard Cohen 2005-06-02 20:06:22 +00:00 committed by Alexandre Julliard
parent a96e1cef9f
commit 95b71ed885
1 changed files with 1 additions and 1 deletions

View File

@ -968,7 +968,7 @@ static HRESULT WINAPI EnumMonikerImpl_CreateEnumROTMoniker(MInterfacePointer **m
/* the initial reference is set to "1" */
This->ref = 1; /* set the ref count to one */
This->pos = 0; /* Set the list start posn to start */
This->pos = current_pos; /* Set the list start posn */
This->moniker_count = moniker_count; /* Need the same size table as ROT */
This->monikers = monikers;