mirror of
https://github.com/flatpak/flatpak.git
synced 2026-09-22 21:25:48 -04: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.
Languages
C
91.3%
Shell
5.8%
Meson
1.1%
Python
0.9%
Yacc
0.9%
