]> git.ipfire.org Git - thirdparty/bird.git/commit
Lib: Fix print of 64-bit router id
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Wed, 17 Jul 2019 23:57:26 +0000 (01:57 +0200)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Wed, 17 Jul 2019 23:57:26 +0000 (01:57 +0200)
commit39edf4abcafda429f33f98c31ae11bf6a27ab18e
tree5e7af62a4a84ab684bcdaccdea12ccd121d5711d
parentcf7ff99513728e4e405508e5ccd7522289d4ec82
Lib: Fix print of 64-bit router id

Mismatched types to printf(). The old code coincidentally worked on amd64
due to its calling conventions.

Thanks to Maximilian Eschenbacher for the bugreport.
lib/printf.c