forked from len0rd/rockbox
Patch by Alexandre Bourget, fixes the hanging iriverify plugin issue when converting already converted files
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6526 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e387a2238e
commit
3841348930
1 changed files with 2 additions and 5 deletions
|
|
@ -109,11 +109,8 @@ static int write_file(void)
|
||||||
str_begin = buf_ptr;
|
str_begin = buf_ptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Ok, skip a char */
|
/* Next char, until ... */
|
||||||
buf_ptr++;
|
} while(buf_ptr++ < stringbuffer + readsize);
|
||||||
|
|
||||||
/* until ... */
|
|
||||||
} while(buf_ptr < stringbuffer + readsize);
|
|
||||||
|
|
||||||
rb->close(fd);
|
rb->close(fd);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue