mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 15:02:56 +02:00
f50deeeeb2f2f4544b623937bdd05f4782af9bb3
- Changed format specifier from %ld to %" PRId64 " for variables of type `__suseconds64_t` to ensure cross-platform compatibility. - Added casts to `int64_t` for accurate formatting. - Included `<cinttypes>` for proper format macros. This should avoid format warnings and ensure correct behavior on systems where `__suseconds64_t` and similar types are 64-bit integers.
Neutrino-HD ツ
Description
Languages
C++
85.3%
C
12.3%
M4
0.6%
Makefile
0.6%
JavaScript
0.4%
Other
0.7%