mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
Ooops
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13791 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b081b94d17
commit
21b90e3466
1 changed files with 1 additions and 1 deletions
|
|
@ -135,7 +135,7 @@ static int asf_intdecode(int fd, int type, int length)
|
|||
lseek(fd,length - 4,SEEK_CUR);
|
||||
return (int)tmp32;
|
||||
} else if (type==4) {
|
||||
read_uint32le(fd, &tmp64);
|
||||
read_uint64le(fd, &tmp64);
|
||||
lseek(fd,length - 8,SEEK_CUR);
|
||||
return (int)tmp64;
|
||||
} else if (type == 5) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue