1
0
Fork 0
forked from len0rd/rockbox

Fix (D)EBUG compilation errors on targets using FAT

Change-Id: I9517f9b470076a6febeafae76d735c2436812e7c
This commit is contained in:
Cástor Muñoz 2015-10-09 20:45:01 +02:00
parent d20185ac96
commit c7fc5ca6eb
3 changed files with 24 additions and 21 deletions

View file

@ -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);