Skip to content

isobusfs_cmn: isobusfs_get_timeout_ms(): fix print on 32 bit archs #510

isobusfs_cmn: isobusfs_get_timeout_ms(): fix print on 32 bit archs

isobusfs_cmn: isobusfs_get_timeout_ms(): fix print on 32 bit archs #510

Workflow file for this run

name: C with autotools
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: autogen
run: ./autogen.sh
- name: configure
run: ./configure
- name: make
run: make
- name: make distcheck
run: make distcheck