aboutsummaryrefslogtreecommitdiff
path: root/editors/nvi-devel/files/extra-patch-common-db.c
blob: 0c038805d7d36b15a7e6eab4e29188d93ef5c9d0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ../common/db.c.orig	2001-08-18 17:52:00.000000000 -0400
+++ ../common/db.c	2007-11-15 13:56:15.000000000 -0500
@@ -164,7 +164,7 @@
 	nlen = 1024;
 retry:
 	/* data.size contains length in bytes */
-	BINC_GOTO(sp, (char *)ep->c_lp, ep->c_blen, nlen);
+	BINC_GOTO(sp, ep->c_lp, ep->c_blen, nlen);
 
 	/* Get the line from the underlying database. */
 	memset(&key, 0, sizeof(key));