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:
4ce9bdb
)
removed another unnecessary log message
author
kramm
<kramm>
Sat, 5 Apr 2008 07:25:52 +0000
(07:25 +0000)
committer
kramm
<kramm>
Sat, 5 Apr 2008 07:25:52 +0000
(07:25 +0000)
lib/png.c
patch
|
blob
|
history
diff --git
a/lib/png.c
b/lib/png.c
index
e793367
..
95f5b11
100644
(file)
--- a/
lib/png.c
+++ b/
lib/png.c
@@
-484,7
+484,6
@@
EXPORT int getPNG(const char*sname, int*destwidth, int*destheight, unsigned char
}
if(!png_read_header(fi, &header)) {
- printf("Error reading header from file %s\n", sname);
return 0;
}