mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 15:02:56 +02:00
a311605013c540a657e91fc85b6361aea056a842
- Changed format specifiers from %ld to %" PRId64 " for time_t variables to ensure compatibility across different platforms. - Cast time_t variables to int64_t for proper formatting. - Updated printf and fprintf statements accordingly. This should resolve format warnings and ensures correct behavior on systems where time_t is a 64-bit integer.
…
…
…
…
Neutrino-HD ツ
Description
Languages
C++
85.3%
C
12.3%
M4
0.6%
Makefile
0.6%
JavaScript
0.4%
Other
0.7%