INSTALLER - Fix a bug with varargs
commitc9ae658b04f2181db2056772e6cc35ed6308fa2f
authorAntonio Huete <tuxillo@quantumachine.net>
Mon, 17 Aug 2009 22:05:48 +0000 (17 22:05 +0000)
committerMatthew Dillon <dillon@apollo.backplane.com>
Mon, 17 Aug 2009 23:57:29 +0000 (17 16:57 -0700)
treee2b55a7f016d3016679aaa0beae5bfbe4e92fb2a
parent978c934bb877ab5e0026c43df4a3ffe96f1aedf0
INSTALLER - Fix a bug with varargs

In i_log() function, vfprintf() is used twice in a va_start()/va_end()
block.

Submitted-by: Antonio Huete <tuxillo@quantumachine.net>
usr.sbin/installer/libinstaller/functions.c