forked from len0rd/rockbox
use size_t and not int as the prototype says so
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3614 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ab3868ac1d
commit
012d1f86cc
1 changed files with 1 additions and 1 deletions
|
|
@ -138,7 +138,7 @@ static int sprfunc(void *ptr, unsigned char letter)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
int snprintf(char *buf, int size, const char *fmt, ...)
|
int snprintf(char *buf, size_t size, const char *fmt, ...)
|
||||||
{
|
{
|
||||||
bool ok;
|
bool ok;
|
||||||
va_list ap;
|
va_list ap;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue