summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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) {