You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/www-client/dillo/files/dillo2-inbuf.patch

16 lines
313 B

--- 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;