[RAMEN9610-19586]vsprintf: fix data type of variable in string_nocheck()
authorYoungmin Nam <youngmin.nam@samsung.com>
Mon, 10 Jun 2019 08:15:37 +0000 (17:15 +0900)
committerKim Gunho <gunho.kim@samsung.com>
Mon, 9 Sep 2019 11:05:04 +0000 (20:05 +0900)
commit482c3c39391fc4af798a7f25e40b370ee08e75d4
tree92e4f88c332120848d703ce150573d25b5b2bc5c
parentc21ed565dc9523ad3e005441bbf8129159307147
[RAMEN9610-19586]vsprintf: fix data type of variable in string_nocheck()

This patch fixes data type of precision with int.
The precision is declared as signed int in struct printf_spec.

Change-Id: Iaa6e2d074ed9d4ca191a8366489a394d79b62ac1
Signed-off-by: Youngmin Nam <youngmin.nam@samsung.com>
Signed-off-by: Kim Gunho <gunho.kim@samsung.com>
lib/vsprintf.c