diff options
Diffstat (limited to 'editors/ted')
-rw-r--r-- | editors/ted/files/patch-bitmap-bmpng.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/editors/ted/files/patch-bitmap-bmpng.c b/editors/ted/files/patch-bitmap-bmpng.c new file mode 100644 index 000000000000..5e00c3adbad6 --- /dev/null +++ b/editors/ted/files/patch-bitmap-bmpng.c @@ -0,0 +1,10 @@ +--- bitmap/bmpng.c.orig 2009-10-16 17:20:57.000000000 +0200 ++++ bitmap/bmpng.c 2010-03-29 21:20:37.000000000 +0200 +@@ -284,7 +284,6 @@ + png_info * pngi, + const BitmapDescription * bd ) + { +- png_info_init( pngi ); + pngi->width= bd->bdPixelsWide; + pngi->height= bd->bdPixelsHigh; + |