opnsense-ports/sysutils/most/files/patch-src-window.c
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01: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;