commit | 6ce585ac153b1bcf4d9110d1cf589bdbeab301cf | [log] [tgz] |
---|---|---|
author | David Gibson <[email protected]> | Thu Nov 07 17:46:43 2019 +0100 |
committer | David Gibson <[email protected]> | Thu Nov 07 17:46:43 2019 +0100 |
tree | 4cbb6797e50334116b3e713b71ae4da01aaf2c87 | |
parent | 7150286225476345bd6e7312331e3baf4d621c32 [diff] |
Use correct inttypes.h format specifier The type here is uint32_t which should use PRIx32, not plain %x which is for an int, we've just gotten away with it so far. Signed-off-by: David Gibson <[email protected]>