summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-client/dillo/files/dillo2-inbuf.patch')
-rw-r--r--www-client/dillo/files/dillo2-inbuf.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/www-client/dillo/files/dillo2-inbuf.patch b/www-client/dillo/files/dillo2-inbuf.patch
deleted file mode 100644
index bc351c252fe6..000000000000
--- a/www-client/dillo/files/dillo2-inbuf.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- 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;
-
-