mirror of
https://github.com/flatpak/flatpak.git
synced 2026-01-26 00:28:34 -05:00
bd3eae146aa9c686de1a615ca19d079be977b30c
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
Flatpak is a system for building, distributing and running sandboxed desktop applications on Linux.
See http://flatpak.org/ for more information.
Read documentation for the flatpak commandline tools and for the libflatpak library API.
Description
Languages
C
91.1%
Shell
5.1%
Python
1.8%
Meson
1.1%
Yacc
0.8%
