signal-util: fix incorrect argument of va_start
authorRonny Chevalier <chevalier.ronny@gmail.com>
Tue, 16 Jun 2015 09:38:06 +0000 (11:38 +0200)
committerRonny Chevalier <chevalier.ronny@gmail.com>
Tue, 16 Jun 2015 09:41:59 +0000 (11:41 +0200)
commitc59d3e8d373fa15a29565e4995cfe5a6f38873ef
tree2a857a656f71fa3dfe07d900b7a6cb88825de4c3
parent4fba57963b8c83085c58d59c1bfc03633df22bae
signal-util: fix incorrect argument of va_start

The last argument of the function before the vargs is "old" not "how".

warning: second parameter of ‘va_start’ not last named argument
src/basic/signal-util.c