diff options
author | portix <none@none> | 2012-12-14 23:25:35 +0100 |
---|---|---|
committer | portix <none@none> | 2012-12-14 23:25:35 +0100 |
commit | a8b52268e985e90b2fced4b887b844626284e442 (patch) | |
tree | 0a3119ff148b6c6e844b80317dd0936dd4ff824a /src | |
parent | b9895174de56e9435aaa365bddc7af1a677ab39f (diff) | |
download | dwb-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.c | 1 |
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; } |