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:
2c9cfbc
)
removed debugging printf.
author
kramm
<kramm>
Tue, 2 Nov 2004 17:59:24 +0000
(17:59 +0000)
committer
kramm
<kramm>
Tue, 2 Nov 2004 17:59:24 +0000
(17:59 +0000)
lib/modules/swfbits.c
patch
|
blob
|
history
diff --git
a/lib/modules/swfbits.c
b/lib/modules/swfbits.c
index
a687ffb
..
b92b06b
100644
(file)
--- a/
lib/modules/swfbits.c
+++ b/
lib/modules/swfbits.c
@@
-262,7
+262,6
@@
static boolean tag_fill_input_buffer(struct jpeg_decompress_struct *cinfo)
tag->data[tag->pos+1] == 0xd9 &&
tag->data[tag->pos+2] == 0xff &&
tag->data[tag->pos+3] == 0xd8) {
- printf("Skip\n");
tag->pos += 4;
}
if(tag->pos >= tag->len) {