diff src/termlib.c @ 1621:82b5078be2dd

updated for version 7.2a
author vimboss
date Tue, 24 Jun 2008 21:56:24 +0000
parents 2ae2dd2591fa
children 8bd38abda314
line wrap: on
line diff
--- a/src/termlib.c
+++ b/src/termlib.c
@@ -191,7 +191,7 @@ nextent(tbuf, termcap, buflen)		/* Read 
 	    lbuf[0] == '\t' &&
 	    lbuf[1] == ':')
 	{
-	    mch_memmove(lbuf, lbuf + 2, strlen(lbuf + 2) + 1);
+	    STRMOVE(lbuf, lbuf + 2);
 	    llen -= 2;
 	}
 	if (lbuf[llen-2] == '\\')		/* and continuations */