summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAl Poole <netstar@gmail.com>2016-07-15 09:16:28 -0700
committerCedric Bail <cedric@osg.samsung.com>2016-07-15 09:17:44 -0700
commit382fe306889385638470cc88c7df37c9cd79fdc5 (patch)
tree5c624a6f95db3e14cbe607d6125194c160922de1
parent248fa6d1e6d2c767dd148ae58d21a448d2162c7d (diff)
downloadenlightenment-382fe306889385638470cc88c7df37c9cd79fdc5.tar.gz
fwin: prevent segv when the vaarg abi messup with unused parameter.
Quite a hack overall, but if you don't need those parameter, just put nothing and it will work. @fix T4112 Signed-off-by: Cedric Bail <cedric@osg.samsung.com>
-rw-r--r--src/modules/fileman/e_fwin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/fileman/e_fwin.c b/src/modules/fileman/e_fwin.c
index 97099684e5..0082098f7e 100644
--- a/src/modules/fileman/e_fwin.c
+++ b/src/modules/fileman/e_fwin.c
@@ -747,7 +747,7 @@ _e_fwin_new(const char *dev,
}
static Eina_Bool
-_e_fwin_icon_popup_handler(void *data, ...)
+_e_fwin_icon_popup_handler(void *data)
{
E_Fwin *fwin = data;