mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-09 10:39:29 -04:00
The argument to print_0xhex is converted to unsigned long long so the format string give for normal printout has to be some variant of %llx. Backport the patch as otherwise, bogus values will be printed on 32 bit platforms. Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>