aboutsummaryrefslogtreecommitdiff
path: root/sysutils/most/files
diff options
context:
space:
mode:
authorSimon Barner <barner@FreeBSD.org>2005-09-15 13:14:55 +0000
committerSimon Barner <barner@FreeBSD.org>2005-09-15 13:14:55 +0000
commitf25eb90ed899d3423467356cd293ab72a9ceda45 (patch)
tree438874b4bbfb2b0994a3cff4be075a5c1f9bb7c7 /sysutils/most/files
parentd9fff15a6132424cbabafb17792a3bb2baf487ed (diff)
downloadports-f25eb90ed899d3423467356cd293ab72a9ceda45.tar.gz
ports-f25eb90ed899d3423467356cd293ab72a9ceda45.zip
Notes
Diffstat (limited to 'sysutils/most/files')
-rw-r--r--sysutils/most/files/patch-src-window.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/most/files/patch-src-window.c b/sysutils/most/files/patch-src-window.c
new file mode 100644
index 000000000000..2147ce163c3b
--- /dev/null
+++ b/sysutils/most/files/patch-src-window.c
@@ -0,0 +1,11 @@
+--- src/window.c.orig Sat Jul 2 05:04:58 2005
++++ src/window.c Thu Sep 15 14:18:26 2005
+@@ -238,7 +238,7 @@
+
+ int most_read_from_minibuffer(char *prompt, char *what, unsigned int buflen)
+ {
+- int i = 0;
++ int i = 1;
+ char *buf;
+ unsigned int len;
+