mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-07 22:27:01 -04:00
Fix wrong comment
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
f089972625
commit
5be40834e4
@ -48,7 +48,7 @@ void printf_long_max(const char *format, /* "%lx" or longer type */
|
||||
{
|
||||
char *expected = NULL;
|
||||
char *output = NULL;
|
||||
/* "0x" plus 2 hex digits per byte */
|
||||
/* 2 hex digits per byte */
|
||||
const size_t n = sizeof(value) * 2;
|
||||
|
||||
/* We assume that long has no padding bits! */
|
||||
|
Loading…
x
Reference in New Issue
Block a user