Skip to content
Snippets Groups Projects

Update libcapsule to v0.20230802.0

Merged Simon McVittie requested to merge wip/smcv/logging into main
All threads resolved!
@@ -35,6 +35,7 @@ main (int argc,
char **argv)
{
g_autoptr(GError) error = NULL;
g_autoptr(GFile) file = NULL;
const gchar *soname_match = NULL;
const gchar *dest = NULL;
const gchar *provider = NULL;
@@ -120,8 +121,6 @@ main (int argc,
{
g_autofree gchar *file_path = NULL;
g_autofree gchar *target = NULL;
g_autoptr(GFile) file = NULL;
file_path = g_build_filename (dest, found->pdata[i], NULL);
file = g_file_new_for_path (file_path);
target = g_build_filename (lib_dir, found->pdata[i], NULL);
Loading