commit | 542da88f0013ebb2b2d8ca10becbfebd9948abba | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Thu Nov 21 14:17:51 2013 +0200 |
committer | Anthony Liguori <aliguori@amazon.com> | Thu Nov 21 07:54:03 2013 -0800 |
tree | 56cbf11c909023b25f2605a3741e8e53a1e1c451 | |
parent | 0a3c738507cef91bd751d8507676109bc7985e1a [diff] |
acpi-build: fix build on glib < 2.22 g_string_vprintf was only introduced in 2.24 so switch to vsnprintf instead. A bit uglier but name size is fixed at 4 bytes here so it's easy. Reported-by: Richard Henderson <rth@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Reviewed-by: Paolo Bonzini <pbonzini@redhat.com> Message-id: 1385036128-8753-1-git-send-email-mst@redhat.com Signed-off-by: Anthony Liguori <aliguori@amazon.com>