
12 Feb
2011
12 Feb
'11
12:54 p.m.
2011/2/12 Eric Blake <eblake@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