openbsd-ports/editors/jove/patches/patch-util_c
2012-03-18 17:02:00 +00:00

13 lines
317 B
Plaintext

$OpenBSD: patch-util_c,v 1.1 2012/03/18 17:02:00 naddy Exp $
--- util.c.orig Sun Mar 18 10:54:56 2012
+++ util.c Sun Mar 18 10:55:05 2012
@@ -280,7 +280,7 @@ char *buf;
strcpy(buf, linebuf);
Jr_Len = strlen(linebuf);
} else
- getline(line->l_dline, buf);
+ get_line(line->l_dline, buf);
return buf;
}