summaryrefslogtreecommitdiff
path: root/editors/ted/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'editors/ted/patches/patch-ab')
-rw-r--r--editors/ted/patches/patch-ab22
1 files changed, 22 insertions, 0 deletions
diff --git a/editors/ted/patches/patch-ab b/editors/ted/patches/patch-ab
new file mode 100644
index 00000000000..bb314faa26a
--- /dev/null
+++ b/editors/ted/patches/patch-ab
@@ -0,0 +1,22 @@
+$NetBSD: patch-ab,v 1.3 2001/08/24 13:02:49 hubertf Exp $
+
+--- bitmap/bmpng.c.orig Sun Apr 8 18:05:33 2001
++++ bitmap/bmpng.c
+@@ -172,7 +172,7 @@
+ return -1;
+ }
+
+- png_info_init( &pngi );
++ png_info_init( pngi );
+ png_read_init( &png );
+
+ png_init_io( &png, f );
+@@ -234,7 +234,7 @@
+ if ( setjmp( png.jmpbuf ) )
+ { LDEB(1); png_read_destroy( &png, &pngi, (png_info *)0 ); return -1; }
+
+- png_info_init( &pngi );
++ png_info_init( pngi );
+ png_read_init( &png );
+
+ png_init_io( &png, (FILE *)0 );