showlog: Use uint64_t for ltime_skews, skip and limit
commit1f827ae7111144f65e643efa01042ee140db87b6
authorAndreas Ericsson <ae@op5.se>
Mon, 17 May 2010 14:06:41 +0000 (17 16:06 +0200)
committerAndreas Ericsson <ae@op5.se>
Mon, 17 May 2010 14:07:50 +0000 (17 16:07 +0200)
treeef281e581ad8312ebe601a619c0381f35f4f3283
parentaba9596603164dad0f736a15f08a14bd065f684c
showlog: Use uint64_t for ltime_skews, skip and limit

We'll be comparing them with a value that may well be large enough
to not be containable in a mere 32 bit variable, so we're erring
on the side of safety here. Most systems are 64-bits today anyway,
so the slowdown on 32-bit archs is acceptable.

Signed-off-by: Andreas Ericsson <ae@op5.se>
showlog.c