freebsd-ports/sysutils/most/files/patch-src-window.c
Simon Barner f25eb90ed8 - Fix 'g' and '%' commands [1]
- Update WWW [2]
- Bump port revision [2]

Submitted by:	Kevin Oberman <oberman@es.net> [1],
		Emanuel Haupt <ehaupt@critical.ch> [2] (maintainer)
PR:		ports/85994 [1], ports/86154 [2]
2005-09-15 13:14:55 +00:00

11 lines
261 B
C

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