mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
44bac1f30460f482d082519683d3ed659de11ce1
- 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.
Origin commit data
------------------
Branch: ni/coolstream
Commit: 2cbc36e556
Author: Thilo Graf <dbt@novatux.de>
Date: 2024-09-02 (Mon, 02 Sep 2024)
Origin message was:
------------------
eitd/sectionsd.cpp: Fix format specifiers for platform independence
- 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.
------------------
This commit was generated by Migit
…
…
…
NI \o/ - Neutrino
Description
Languages
C++
85%
C
12.5%
Shell
0.6%
Makefile
0.6%
M4
0.5%
Other
0.7%