30 May
2017
30 May
'17
10:23 p.m.
Hugh McMaster <hugh.mcmaster(a)outlook.com> writes:
@@ -59,7 +59,7 @@ LPWSTR GetItemText(HWND hwndLV, UINT item) { LPWSTR newStr, curStr; unsigned int maxLen = 128; - if (item == 0) return NULL; /* first item is ALWAYS a default */ + if (item < 1) return NULL; /* first item is ALWAYS a default */
How is this different? -- Alexandre Julliard julliard(a)winehq.org