forked from len0rd/rockbox
Fix (D)EBUG compilation errors on targets using FAT
Change-Id: I9517f9b470076a6febeafae76d735c2436812e7c
This commit is contained in:
parent
d20185ac96
commit
c7fc5ca6eb
3 changed files with 24 additions and 21 deletions
|
@ -546,8 +546,8 @@ int open_stream_internal(const char *path, unsigned int callflags,
|
|||
struct filestr_base *stream,
|
||||
struct path_component_info *compinfo)
|
||||
{
|
||||
DEBUGF("%s(path=\"%s\",flg=%X,str=%p,compinfo=%p)\n", path, callflags,
|
||||
stream, compinfo);
|
||||
DEBUGF("%s(path=\"%s\",flg=%X,str=%p,compinfo=%p)\n", __func__,
|
||||
path, callflags, stream, compinfo);
|
||||
int rc;
|
||||
|
||||
filestr_base_init(stream);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue