]> git.ipfire.org Git - thirdparty/bird.git/commit
Lib: Support for 64-bit numbers in bvsnprintf()
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Tue, 1 Oct 2019 15:01:29 +0000 (17:01 +0200)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Wed, 9 Oct 2019 15:53:23 +0000 (17:53 +0200)
commit759b204be33fa8485c9e28038ee029a49e2e9d3f
treec590185bee7022f9bc3944314f578ce141f0fa32
parentcc95b4594ac924b40325a4f1adcae5312179db40
Lib: Support for 64-bit numbers in bvsnprintf()

Use 'l' for s64/u64 instead of for long/ulong, as that is much more
useful. Also make number() correct with regard to signed/unsigned
typecasts.
lib/printf.c
lib/printf_test.c
proto/perf/perf.c
sysdep/unix/main.c