Prevent segfault when trying to print an error message.
authorGeorge Koehler <xkernigh@netscape.net>
Wed, 24 Oct 2012 17:44:50 +0000 (13:44 -0400)
committerGeorge Koehler <xkernigh@netscape.net>
Wed, 24 Oct 2012 17:44:50 +0000 (13:44 -0400)
commit0fc7fd5d33b509cb10e91ee987b6f3602f540660
treebd741e17bb3de0832934f4a14334a4c028136b23
parent4349d702fafea106af46ac6ee16bf1ff1664ffa2
Prevent segfault when trying to print an error message.

Use <stdarg.h> to pass arguments correctly, as ack/util/util.c
already uses <stdarg.h> the same way.
util/led/error.c