summaryrefslogtreecommitdiff
path: root/mail/cone/files/patch-curses-cursesscreen.diff
diff options
context:
space:
mode:
authorBeech Rintoul <beech@FreeBSD.org>2011-06-29 20:24:10 +0000
committerBeech Rintoul <beech@FreeBSD.org>2011-06-29 20:24:10 +0000
commitb7a883763be0351bc03ebf9408f1dfdf3d34fdc5 (patch)
tree781a0e972a7735c8d00442cab63d7701c08000ca /mail/cone/files/patch-curses-cursesscreen.diff
parent- Add port sysutils/puppet-module-tool: (diff)
- Update to 0.89
- Pass maintainership to submitter - Consult changelog for specific changes PR: ports/158355 Submitted by: Uffe Jakobsen <uffe@uffe.org> Approved by: Larry Rosenman <ler@lerctr.org>
Diffstat (limited to 'mail/cone/files/patch-curses-cursesscreen.diff')
-rw-r--r--mail/cone/files/patch-curses-cursesscreen.diff13
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/cone/files/patch-curses-cursesscreen.diff b/mail/cone/files/patch-curses-cursesscreen.diff
new file mode 100644
index 000000000000..a85fc2ca4cd2
--- /dev/null
+++ b/mail/cone/files/patch-curses-cursesscreen.diff
@@ -0,0 +1,13 @@
+--- curses/cursesscreen.C.orig 2011-04-04 11:58:28.000000000 +0000
++++ curses/cursesscreen.C 2011-06-27 19:41:38.000000000 +0000
+@@ -73,7 +73,9 @@
+ while (input_buf.size() > 0)
+ {
+
+- char *inbuf=&input_buf[0], *outbuf=&winput_buf[winput_cnt];
++ //char *inbuf=&input_buf[0], *outbuf=&winput_buf[winput_cnt];
++ const char *inbuf=&input_buf[0];
++ char *outbuf=&winput_buf[winput_cnt];
+ size_t inbytesleft=input_buf.size(),
+ outbytesleft=winput_buf.size()-winput_cnt;
+