mirror of
https://github.com/apache/nuttx.git
synced 2026-05-23 06:26:54 +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')
|
||||
{
|
||||
sprintf_internal(stream, "+%#x/%#x",
|
||||
sprintf_internal(stream, "+%#jx/%#zx",
|
||||
addr - symbol->sym_value,
|
||||
symbolsize);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user