HomeClusterLabs Projects

Fix time formatting on x32

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

Fix time formatting on x32

On x32, time_t is long long, but long is only 32bits, so sprintf("%ld", time_t)
will error out. Fix by always casting to long long which is long enough on any
platform.

Details

Provenance
Christoph Berg <myon@debian.org>Authored on May 20 2016, 12:16 PM

Event Timeline

Commit No Longer Exists

This commit no longer exists in the repository.