2011/2/12 Eric Blake <eblake(a)redhat.com>:
* tools/virsh.c (vshPrint): Change redirect.
(vshPrintExtra): Allow use within vshPrint. Avoid fprintf on
arbitrary formats, since we aren't using gnulib module; instead,
use virVasprintf to pre-format.
(vshError): Likewise.
Reported by Matthias Bolte.
---
This passed for my fedora->mingw cross compile, but I'd like to
make sure it worked for your native mingw build setup.
It does, ACK.
Matthias