mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 15:02:56 +02:00
e1ee972d755e577adfbac37b974855d4ee8d998e
- Changed format specifiers from %ld to %" PRId64 " for time-related variables to ensure cross-platform compatibility. - Updated format specifiers from %lx to %" PRIx64 " for consistency with 64-bit integers. - Added casts to `int64_t` for accurate formatting. This changes should address format warnings and ensure correct behavior on systems with 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%