mirror of
https://github.com/flatpak/flatpak.git
synced 2026-05-02 13:05:57 -04:00
fi->fh is a uint64, and if we cast that directly to a pointer on a 32bit arch then we get a warning, so lets first cast to gsize, and then to pointer. Should fix https://github.com/flatpak/flatpak/issues/173