[gnome-builder/gnome-builder-41] flatpak: attempt to fix build on i686



commit 59be97f21e592a7b8e94128c368a87ca16cb2881
Author: Michael Catanzaro <mcatanzaro redhat com>
Date:   Fri Nov 19 08:27:28 2021 -0600

    flatpak: attempt to fix build on i686
    
    There may be more problems, but this should fix the first build failure.

 src/plugins/flatpak/daemon/ipc-flatpak-service-impl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/plugins/flatpak/daemon/ipc-flatpak-service-impl.c 
b/src/plugins/flatpak/daemon/ipc-flatpak-service-impl.c
index 232b2f611..3dea094e6 100644
--- a/src/plugins/flatpak/daemon/ipc-flatpak-service-impl.c
+++ b/src/plugins/flatpak/daemon/ipc-flatpak-service-impl.c
@@ -597,7 +597,7 @@ is_known_worker (GTask        *task,
     }
 
 finish:
-  g_debug ("RuntimeIsKnown => (%d, %"G_GSIZE_FORMAT")", found, download_size);
+  g_debug ("RuntimeIsKnown => (%d, %"G_GINT64_FORMAT")", found, download_size);
   ipc_flatpak_service_complete_runtime_is_known (g_task_get_source_object (task),
                                                  g_steal_pointer (&state->invocation),
                                                  found,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]