Am 23.01.24 um 19:22 schrieb Thomas Huth:

uri_string_unescape() basically does the same as the glib function
g_uri_unescape_segment(). So we can get rid of our implementation
completely by simply using the glib function instead.

Suggested-by: Stefan Weil <s...@weilnetz.de> [g_uri_unescape_string()]
Suggested-by: Paolo Bonzini <pbonz...@redhat.com> [g_uri_unescape_segment()]
Signed-off-by: Thomas Huth <th...@redhat.com>
---
  include/qemu/uri.h |  1 -
  util/uri.c         | 97 ++++++----------------------------------------
  2 files changed, 11 insertions(+), 87 deletions(-)


Reviewed-by: Stefan Weil<s...@weilnetz.de>

Thank you, Thomas and Paolo.


Reply via email to