Skip to content

Commit

Permalink
fix spurious PNG-image-too-big errors, thanks to Niels Horn
Browse files Browse the repository at this point in the history
  • Loading branch information
Lawrence D'Oliveiro committed Jun 28, 2010
1 parent 4cadb65 commit fd5c270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/subgen-image.c
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ static int read_png(pict *s)
png_struct *ps;
png_info *pi;
png_byte **rowp;
unsigned long width,height;
png_uint_32 width,height;
int bit_depth,color_type,channels,x,y;

fp=fopen(s->fname,"rb");
Expand Down

0 comments on commit fd5c270

Please sign in to comment.