Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vsnprintf.c: fix printing of a size_t variable
printf("%d", <size_t>) is invalid. As this is for legacy compilers, don't rely on %zu but rather cast to unsigned long long. Signed-off-by: H. Peter Anvin (Intel) <[email protected]>
- Loading branch information