ddablib / streams

Stream Extension Classes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Possible bug in `TPJIStreamWrapper.CopyTo`

delphidabbler opened this issue · comments

In

function TPJIStreamWrapper.CopyTo(stm: IStream; cb: Largeint; out cbRead,

the following Exit statement appears to cause S_OK to be returned when the function is returning because of a write error:

Exit; // write error