summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2007-07-04 21:07:18 +0000
committerDave Chapman <dave@dchapman.com>2007-07-04 21:07:18 +0000
commit21b90e3466b28b9885887f679b264ba4073b76bc (patch)
tree325daf4a5f9b4680537e3b8a3245c5561b47b7da /apps
parentb081b94d170866dcea6dababbdc1c8dfb39d65a5 (diff)
downloadrockbox-21b90e3466b28b9885887f679b264ba4073b76bc.tar.gz
rockbox-21b90e3466b28b9885887f679b264ba4073b76bc.zip
Ooops
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13791 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/metadata/asf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/metadata/asf.c b/apps/metadata/asf.c
index 3af23942d6..19dba02416 100644
--- a/apps/metadata/asf.c
+++ b/apps/metadata/asf.c
@@ -135,7 +135,7 @@ static int asf_intdecode(int fd, int type, int length)
135 lseek(fd,length - 4,SEEK_CUR); 135 lseek(fd,length - 4,SEEK_CUR);
136 return (int)tmp32; 136 return (int)tmp32;
137 } else if (type==4) { 137 } else if (type==4) {
138 read_uint32le(fd, &tmp64); 138 read_uint64le(fd, &tmp64);
139 lseek(fd,length - 8,SEEK_CUR); 139 lseek(fd,length - 8,SEEK_CUR);
140 return (int)tmp64; 140 return (int)tmp64;
141 } else if (type == 5) { 141 } else if (type == 5) {