]> git.ipfire.org Git - thirdparty/libvirt.git/commit
usb: don't spoil decimal addresses
authorMartin Kletzander <mkletzan@redhat.com>
Fri, 31 May 2013 16:36:11 +0000 (18:36 +0200)
committerCole Robinson <crobinso@redhat.com>
Thu, 11 Jul 2013 21:45:55 +0000 (17:45 -0400)
commitffe68a85c92a9a76cd85a7fbc1b0f691a19e47fe
tree8bb38724788be799d12b66f83b43b64fc3614d6d
parente01eedf9bfb53d7054e53b5e070e7924d3ac02c1
usb: don't spoil decimal addresses

For USB devices, dev->name gets formated as %.3o:%.3o even though the
numbers are decimal.

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=967712
(cherry picked from commit dc0c7915697a902d6edc5820f5930653b7684c3c)
src/util/virusb.c