git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2c2068
)
Bus error fix.
author
kramm
<kramm>
Wed, 16 Jan 2002 11:56:06 +0000
(11:56 +0000)
committer
kramm
<kramm>
Wed, 16 Jan 2002 11:56:06 +0000
(11:56 +0000)
src/reloc.c
patch
|
blob
|
history
diff --git
a/src/reloc.c
b/src/reloc.c
index
956d637
..
6efaed9
100644
(file)
--- a/
src/reloc.c
+++ b/
src/reloc.c
@@
-68,7
+68,7
@@
void mapstyles(struct reader_t*reader, int num, void(*callback)(void*))
reader_resetbits(reader);
// we made it.
// printf("bitmap fill:%04x\n", *(u16*)getinputpos());
- if(*(u16*)reader_getinputpos(reader) != 65535)
+ if(GET16(reader_getinputpos(reader)) != 65535)
(callback)(reader_getinputpos(reader));
reader_readu16(reader);