]> git.ipfire.org Git - thirdparty/libvirt.git/commit
lib: Replace virBuildPath() with g_build_filename()
authorMichal Privoznik <mprivozn@redhat.com>
Mon, 16 Oct 2023 07:40:58 +0000 (09:40 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 17 Oct 2023 06:32:13 +0000 (08:32 +0200)
commit394533f69f250c3a35eb1970a6b3234ec6c56f74
treea03159142b1029b4c9ac7c06ca99a2245c773bc4
parent0c5f37364ffcbdd58ef34ec35d081843d2e144b4
lib: Replace virBuildPath() with g_build_filename()

Our virBuildPath() constructs a path from given arguments.
Exactly like g_build_filename(), except the latter is more
generic as it uses backslashes on Windows. Therefore, replace the
former with the latter.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
docs/kbase/internals/command.rst
src/util/virfcp.c
src/util/virhook.c
src/util/virpci.c