summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorportix <none@none>2012-12-14 23:25:35 +0100
committerportix <none@none>2012-12-14 23:25:35 +0100
commita8b52268e985e90b2fced4b887b844626284e442 (patch)
tree0a3119ff148b6c6e844b80317dd0936dd4ff824a /src
parentb9895174de56e9435aaa365bddc7af1a677ab39f (diff)
downloaddwb-a8b52268e985e90b2fced4b887b844626284e442.zip
Include config.mk in the tools Makefile; call va_arg also for undefined objects in signal callbacks
Diffstat (limited to 'src')
-rw-r--r--src/scripts.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/scripts.c b/src/scripts.c
index a39777e8..02a47fb3 100644
--- a/src/scripts.c
+++ b/src/scripts.c
@@ -2272,6 +2272,7 @@ connect_callback(SSignal *sig, ...)
}
else
{
+ va_arg(args, void*);
cur = UNDEFINED;
}