mirror of
https://github.com/flatpak/flatpak.git
synced 2026-01-23 07:08:17 -05:00
fixup! common: Add flatpak_build_file[_va] helper
This commit is contained in:
@@ -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