forked from len0rd/rockbox
fix red once more
Change-Id: I6290cc6cca468c197656236d3dd31c3f72c53842
This commit is contained in:
parent
2b49724c3a
commit
8d3e3056f7
4 changed files with 8 additions and 6 deletions
|
@ -120,16 +120,11 @@ size_t _fwrite_(const void *ptr, size_t size, size_t nmemb, _FILE_ *stream)
|
|||
|
||||
return ret / size;
|
||||
}
|
||||
#if 0
|
||||
/* stderr, stdout (disabled) */
|
||||
else
|
||||
{
|
||||
char buf[10];
|
||||
rb->snprintf(buf, 10, "%%%ds", (int)(size*nmemb));
|
||||
rb->splashf(HZ, buf, ptr);
|
||||
return size * nmemb;
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
int _fseek_(_FILE_ *stream, long offset, int whence)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue