1
0
Fork 0
forked from len0rd/rockbox

fix red once more

Change-Id: I6290cc6cca468c197656236d3dd31c3f72c53842
This commit is contained in:
Franklin Wei 2017-12-24 17:43:30 -05:00
parent 2b49724c3a
commit 8d3e3056f7
4 changed files with 8 additions and 6 deletions

View file

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