Skip to content
Commit 0e33c7a9 authored by Daniel Leung's avatar Daniel Leung Committed by Alberto Escolar
Browse files

scripts: logging/dictionary: replace %#llx too



Python does not really support long long double, so %llx cannot
be formatted correctly, so we replace it with a simple %lx.
There is another variant %#llx and we also need replace it to
%#lx.

Signed-off-by: default avatarDaniel Leung <daniel.leung@intel.com>
parent ecc642b2
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment