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:
5aadcec
)
removed a printf
author
kramm
<kramm>
Sat, 27 Oct 2001 16:34:44 +0000
(16:34 +0000)
committer
kramm
<kramm>
Sat, 27 Oct 2001 16:34:44 +0000
(16:34 +0000)
src/reloc.c
patch
|
blob
|
history
diff --git
a/src/reloc.c
b/src/reloc.c
index
2f82afa
..
f3243a3
100644
(file)
--- a/
src/reloc.c
+++ b/
src/reloc.c
@@
-133,7
+133,6
@@
void map_ids_mem(u8*mem, int length)
advancebits = readu8(); //advancebits
while(1) {
u16 flags = getbits(8);
- printf("define text flags: %02x\n", flags);
if(!flags) break;
if(flags & 128) // text style record
{