From 6cc0a8c82006fbe418ae1189586ab3974758f028 Mon Sep 17 00:00:00 2001 From: Hisham Date: Wed, 25 May 2016 16:46:47 -0300 Subject: Make sure a pointer fits in the argument! --- MainPanel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MainPanel.c') diff --git a/MainPanel.c b/MainPanel.c index ed7f3ad1..708a0775 100644 --- a/MainPanel.c +++ b/MainPanel.c @@ -162,7 +162,7 @@ const char* MainPanel_getValue(MainPanel* this, int i) { return ""; } -bool MainPanel_foreachProcess(MainPanel* this, MainPanel_ForeachProcessFn fn, int arg, bool* wasAnyTagged) { +bool MainPanel_foreachProcess(MainPanel* this, MainPanel_ForeachProcessFn fn, size_t arg, bool* wasAnyTagged) { Panel* super = (Panel*) this; bool ok = true; bool anyTagged = false; -- cgit v1.2.3