]> git.ipfire.org Git - thirdparty/libvirt.git/commit
maint: mark translatable string args of VIR_ERROR0
authorJim Meyering <meyering@redhat.com>
Thu, 20 May 2010 06:14:50 +0000 (08:14 +0200)
committerJim Meyering <meyering@redhat.com>
Thu, 20 May 2010 19:36:25 +0000 (21:36 +0200)
commit8d63d82e5cd8b09f9520041d71ae4038051ed488
tree6bbf374483f12a46dc025e13d4c32c0d03230ff9
parent5910472fa5444afab2fdee9f03e040b8ab4424ef
maint: mark translatable string args of VIR_ERROR0

Run this:
  git grep -l 'VIR_ERROR0\s*("'|xargs perl -pi -e \
    's/(VIR_ERROR0)\s*\((".*?")\)/$1(_($2))/'
daemon/libvirtd.c
src/esx/esx_driver.c
src/node_device/node_device_hal.c
src/node_device/node_device_linux_sysfs.c
src/node_device/node_device_udev.c
src/phyp/phyp_driver.c
src/qemu/qemu_driver.c
src/uml/uml_driver.c
src/util/cgroup.c
src/xen/proxy_internal.c