mirror of
https://github.com/apache/nuttx.git
synced 2026-05-27 11:26:12 +08:00
libs/vsprintf: fix the type issue
Signed-off-by: chao.an <anchao@xiaomi.com>
This commit is contained in:
committed by
Petro Karashchenko
parent
c6e636a871
commit
82f90e4c33
@@ -1160,7 +1160,7 @@ static int vsprintf_internal(FAR struct lib_outstream_s *stream,
|
|||||||
|
|
||||||
if (c == 'S')
|
if (c == 'S')
|
||||||
{
|
{
|
||||||
sprintf_internal(stream, "+%#x/%#x",
|
sprintf_internal(stream, "+%#jx/%#zx",
|
||||||
addr - symbol->sym_value,
|
addr - symbol->sym_value,
|
||||||
symbolsize);
|
symbolsize);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user