mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-11 06:02:37 -05:00
Fix a couple of warnings. Also fix a bug where the offset wasn't being reported right in errors when it was past 4GB.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14140 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
76635d55d1
commit
c77b14571e
2 changed files with 13 additions and 12 deletions
|
|
@ -72,6 +72,7 @@ static int write_cfile(unsigned char* buf, off_t len, char* cname)
|
|||
|
||||
static int write_hfile(unsigned char* buf, off_t len, char* cname)
|
||||
{
|
||||
(void)buf;
|
||||
char filename[256];
|
||||
FILE* fp;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue