summaryrefslogtreecommitdiff
path: root/redo/table_windows.c
diff options
context:
space:
mode:
Diffstat (limited to 'redo/table_windows.c')
-rw-r--r--redo/table_windows.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/redo/table_windows.c b/redo/table_windows.c
index b25ebab..d5ca418 100644
--- a/redo/table_windows.c
+++ b/redo/table_windows.c
@@ -15,7 +15,7 @@ static LRESULT CALLBACK tableSubProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM
case msgNOTIFY:
switch (nmhdr->code) {
case LVN_GETDISPINFO:
- tableGetCellText((void *) data, fill->item.iItem, fill->item.iSubItem, &(fill->item.pszText));
+ tableGetCell((void *) data, &(fill->item));
return 0;
}
return (*fv_DefSubclassProc)(hwnd, uMsg, wParam, lParam);