summaryrefslogtreecommitdiff
path: root/www-client/dillo/files/dillo2-inbuf.patch
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, 15 insertions, 0 deletions
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;
+
+