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:
Barry Wardell 2007-08-02 12:12:25 +00:00
parent 76635d55d1
commit c77b14571e
2 changed files with 13 additions and 12 deletions

View file

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