libdpkg: Do not use an undefined va_list variable in dpkg_put_errno()
The va_start()/va_end() pair are surrounding the wrong function. This
might cause bogus error messages on some systems, or crashes on some
others depending on the stdarg implementation.