]> sigrok.org Git - libsigrok.git/commit
input/chronovu_la8: address file size data type nits
authorGerhard Sittig <redacted>
Sat, 12 May 2018 12:20:44 +0000 (14:20 +0200)
committerUwe Hermann <redacted>
Thu, 17 May 2018 20:25:40 +0000 (22:25 +0200)
commitf54a55da2dc6b60b0ba153bc61e44415f5ed2004
tree5d76fc0593d004b796faf215129efa717598bb8d
parent0dabb880af49c5eb54e22668d3477435b370e763
input/chronovu_la8: address file size data type nits

Although the file format handled by this input module appears to be of
fixed size (8MiB plus 5 more bytes), it's more reliable to use a data
type for the file size that is larger than "an int". Although off_t
would be most portable, use uint64_t to match the code which passes the
parameter to the input module.
src/input/chronovu_la8.c