Debian Patches

Status for ktimetracker/4:5.0.1-3

Patch Description Author Forwarded Bugs Origin Last update
upstream_Fix-formatTime-in-non-decimal-mode-on-32bit-archs.patch [PATCH] Fix formatTime() in non-decimal mode on 32bit archs
int64_t is not long int on 32bit architectures but long long int, thus
the "%ld" printf modifer gets truncated/wrong values.

As solution, do not use int64_t but long long int, so the "%lld" can be
always used.
Pino Toscano <pino@kde.org> no 2020-10-21

All known versions for source package 'ktimetracker'

Links