On Mon, May 31, 2021 at 09:48:22AM +0800, Luke Yue wrote:
The g_build_filename() would decide which separator
to use instead of hardcoding in g_strdup_printf().
Even though most of these are not going to be used on that wide range of
platforms, it is still nice to be consistent and future-proof.
Reviewed-by: Martin Kletzander <mkletzan(a)redhat.com>