diff src/keymap.c @ 76:c0c698873ce1 r20-0b33

Import from CVS: tag r20-0b33
author cvs
date Mon, 13 Aug 2007 09:05:10 +0200
parents 54cc21c15cbb
children 0d2f883870bc
line wrap: on
line diff
--- a/src/keymap.c	Mon Aug 13 09:04:39 2007 +0200
+++ b/src/keymap.c	Mon Aug 13 09:05:10 2007 +0200
@@ -1327,7 +1327,9 @@
 	strncpy(temp, name, sizeof (temp));
 	temp[sizeof (temp) - 1] = '\0';
 	temp[2] = '-';
-	*keysym = Fintern_soft(make_string(temp, strlen(temp)), Qnil);
+	*keysym = Fintern_soft(make_string((Bufbyte *)temp,
+					   strlen(temp)),
+			       Qnil);
       } else if (EQ (*keysym, QLFD))
 	*keysym = QKlinefeed;
       else if (EQ (*keysym, QTAB))