[PATCH 7/7] regedit: Do not get text for items with an index less than one

Hugh McMaster hugh.mcmaster at outlook.com
Wed May 31 02:28:44 CDT 2017


On Wednesday, 31 May 2017 3:55 PM, Nikolay Sivov wrote:
> 'item' is unsigned, so '< 1' and '== 0' should be equivalent.

Yes, they are. But -1 gets wrapped into a positive number,
which means the proposed patch doesn't work anyway.

We'd have to change the UINT to int, but it's not worth it.


More information about the wine-devel mailing list