Skip to content
Commit efdc4f82 authored by Matt Selsky's avatar Matt Selsky Committed by Matt Selsky
Browse files

Use a C99 int64 printing type now that bump is an int64

Avoid warnings like:
../../ntpfrob/bumpclock.c:26:52: warning: format specifies type 'long' but the argument has type 'int64_t' (aka 'long long') [-Wformat]
    printf("Bumping clock by %ld microseconds.\n", bump);
                             ~~~                   ^~~~
                             %lld
1 warning generated.

Introduced in "Fix ntpfrob/bumpclock to work with large values."
parent fdd852ce
Loading
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment