mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 21:22:39 -05:00
logf: Correct two format string problems in plugins
Change-Id: I67ab14b2079de8fb660aaa5c1391db053aad2cc5
This commit is contained in:
parent
87e55baaad
commit
03555cc7b5
2 changed files with 2 additions and 2 deletions
|
|
@ -332,7 +332,7 @@ int scrobbler_init_cache(void)
|
|||
|
||||
if (gCache.size < reqsz)
|
||||
{
|
||||
logf("SCROBBLER: OOM , %ld < req:%zu", gCache.size, reqsz);
|
||||
logf("SCROBBLER: OOM , %zu < req:%zu", gCache.size, reqsz);
|
||||
return -1;
|
||||
}
|
||||
gCache.force_flush = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue