CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/12/14 06:40:40
Modified files:
gnu/usr.bin/cvs/src: history.c
Log message:
When writing a history entry, don't downcast time() return value to
(long). Use (long long) and print it with %ll08x instead. ok zhuk@
