You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdemultimedia/arts
OBATA Akio 99d8c77851
Fix for time_t != long
`time_t` may not be `long`, for examples, unsigned (long) int,
long long int (64bit integer type on 32bit arch), double, and so on.

Change to use difftime(3) to retrieve seconds.

Signed-off-by: OBATA Akio <obache@wizdas.com>
(cherry picked from commit 9b8b7c1299)
6 years ago
..
builder Add CMakeL10n rules. 6 years ago
examples Initial cmake conversion 8 years ago
gui Initial cmake conversion 8 years ago
midi Fix FTBFS with stricter C++11 7 years ago
modules Initial cmake conversion 8 years ago
runtime Fix for time_t != long 6 years ago
tools Add CMakeL10n rules. 6 years ago
CMakeL10n.txt Add CMakeL10n rules. 6 years ago
CMakeLists.txt Initial cmake conversion 8 years ago
Makefile.am Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
configure.in.in Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago