Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
isobusfs_cmn: isobusfs_get_timeout_ms(): fix print on 32 bit archs
Fixes the following warning: | isobusfs/isobusfs_cmn.c: In function 'isobusfs_get_timeout_ms': | isobusfs/isobusfs_cmn.c:140:51: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'int64_t' {aka 'long long int'} [-Wformat=] | 140 | warn("timeout too long: %ld ms", time_diff); | | ~~^ ~~~~~~~~~ | | | | | | | int64_t {aka long long int} | | long int | | %lld
- Loading branch information