git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13791 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dave Chapman 2007-07-04 21:07:18 +00:00
parent b081b94d17
commit 21b90e3466

View file

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