]> git.michaelhowe.org Git - packages/o/openafs.git/commit
DEVEL15-udebug-64bit-time_t-vs-printf-20080428
authorJeffrey Altman <jaltman@secure-endpoints.com>
Mon, 28 Apr 2008 16:20:41 +0000 (16:20 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Mon, 28 Apr 2008 16:20:41 +0000 (16:20 +0000)
commitad7ca82422c81f6ac403794d05eb7cc6d62ebf2b
tree74ed5a0d8e81e7fe49470b2b4427c47c5deeb41a
parent0e8a5952940d7dc7f938695d4d4109294f862aee
DEVEL15-udebug-64bit-time_t-vs-printf-20080428

LICENSE MIT

64-bit time_t values cannot be passed to printf() for evaluation
by a %d variable.  To avoid the problem we cast the value to int.

(cherry picked from commit 25d9dbb6be970d54c4711890b2085c153eda15fa)
src/ubik/udebug.c