[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
Showing 1 to 1 of 1 entry
All known versions for source package 'ktimetracker'