]> git.ipfire.org Git - thirdparty/libvirt.git/commit
build: use strchr now that we can work around broken gcc
authorEric Blake <eblake@redhat.com>
Wed, 19 Dec 2012 19:28:48 +0000 (12:28 -0700)
committerEric Blake <eblake@redhat.com>
Wed, 19 Dec 2012 19:32:30 +0000 (12:32 -0700)
commit622ceb34ffabf0933c930f37d752bb3d28b305da
tree12ff649fff6f094134bb1f15d4c0b0f262cbfb60
parent6e148567fd93ae4a29692f98258059baff4855d2
build: use strchr now that we can work around broken gcc

Revert the complex workaround of commit 39d91e9, now that we have
a nicer framework for shutting up broken gcc.

* src/util/buf.c (virBufferEscape): Simplify.
src/util/buf.c