mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 10:07:38 -04:00
logf: Fix warnings that only happen with simulator builds.
Change-Id: I51d960877201534f5683ba2ecbb829913f6a8afa
This commit is contained in:
parent
03555cc7b5
commit
303fc090a7
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ static int arg_callback(char argchar, const char **parameter, void *userdata)
|
|||
{
|
||||
pfp->tree_attr = (num)&FILE_ATTR_MASK;
|
||||
pfp->flags |= FIND_ATTRIB;
|
||||
logf("Attrib: Val: 0x%lx\n", (uint32_t)num);
|
||||
logf("Attrib: Val: 0x%lx\n", (unsigned long)num);
|
||||
logf("ate %d chars\n", ret);
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue