fixup! common: Add flatpak_build_file[_va] helper

tingping/wmclass
Alexander Larsson 2017-04-24 12:23:20 +02:00
parent a30be79d49
commit 47062137a5
1 changed files with 1 additions and 1 deletions

View File

@ -2063,7 +2063,7 @@ flatpak_build_file_va (GFile *base,
while ((arg = va_arg (args, const gchar *)))
{
GFile *child = g_file_get_child (res, arg);
GFile *child = g_file_resolve_relative_path (res, arg);
g_set_object (&res, child);
}