mirror of
https://github.com/flatpak/flatpak.git
synced 2026-09-22 21:25:48 -04:00
fixup! common: Add flatpak_build_file[_va] helper
This commit is contained in:
1 parent
a30be79d49
commit
47062137a5
1 file changed
+1
-1
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in new issue
Block a user