From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- www-client/dillo/files/dillo2-inbuf.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 www-client/dillo/files/dillo2-inbuf.patch (limited to 'www-client/dillo/files') diff --git a/www-client/dillo/files/dillo2-inbuf.patch b/www-client/dillo/files/dillo2-inbuf.patch new file mode 100644 index 000000000000..bc351c252fe6 --- /dev/null +++ b/www-client/dillo/files/dillo2-inbuf.patch @@ -0,0 +1,15 @@ +--- a/src/form.cc ++++ b/src/form.cc +@@ -1240,8 +1240,9 @@ + int rc = 0; + Dstr *output; + const int bufsize = 128; +- inbuf_t *inPtr; +- char *buffer, *outPtr; ++ //inbuf_t *inPtr; ++ //char *buffer, *outPtr; ++ char *buffer, *outPtr, *inPtr; + size_t inLeft, outRoom; + bool bad_chars = false; + + -- cgit v1.2.3