Package: wmtime / 1.4-4

Metadata

Package Version Patches format
wmtime 1.4-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 fix incompatible pointer type errors.patch | (download)

wmtime.c | 4 2 2 - 0 !
1 file changed, 2 insertions( ), 2 deletions(-)

 fix type of arguments to `localtime(3)`
 With recent versions of gcc, on architectures where `long` and `time_t` are not
 the same size, passing pointers to `long` to `localtime(3)`, leads to
 "incompatible pointer type" errors.  Use `time_t` instead.
Bug-Debian: https://bugs.debian.org/1091285