[PATCH 2/2] user32/listbox: Optimize SetCount partly

Gabriel Ivăncescu gabrielopcode at gmail.com
Wed Sep 19 05:52:37 CDT 2018


On Wed, Sep 19, 2018 at 10:46 AM, Huw Davies <huw at codeweavers.com> wrote:
>
> Shouldn't this be if (num == 0) ?  That would at least match the comment.
>
> Huw.

Yeah, you are right. I copied the relevant logic from InsertItem, but
num == 0 definitely makes more sense.



More information about the wine-devel mailing list