fixup! common: Add flatpak_build_file[_va] helper

This commit is contained in:
Alexander Larsson committed 2017-04-24 12:23:20 +02:00
1 parent a30be79d49
commit 47062137a5
1 file changed
+1 -1
+1 -1
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);
}