Don't use vasprintf() anymore on Windows.
authorGuus Sliepen <guus@sliepen.org>
Wed, 17 Jul 2013 16:08:58 +0000 (18:08 +0200)
committerGuus Sliepen <guus@sliepen.org>
Wed, 17 Jul 2013 16:08:58 +0000 (18:08 +0200)
Windows doesn't actually support it, but MinGW provides it. However, with some versions of
MinGW it doesn't work correctly. Instead, we vsnprintf() to a local buffer and xstrdup() the
results.


No differences found