Hugh McMaster hugh.mcmaster@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?