# | Line 388 | Line 388 | int CALLBACK selector(HWND hwndDlg, UINT | |
---|---|---|
388 | if (debug) cerr << "downs = {\n"; | |
389 | for (unsigned index = count; index > 0; index--) | |
390 | { | |
391 | < | if (debug) cerr << " [" << index << "] = " << downs[index |
392 | < | - 1] << "\n"; |
391 | > | if (debug) cerr << " [" << index - 1 << "] = " << downs[ |
392 | > | index - 1] << "\n"; |
393 | ||
394 | char* down = new char[SendMessage(GetDlgItem(hwndDlg, | |
395 | IDC_SELECTED), LB_GETTEXTLEN, downs[index - 1], 0) + |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |