diff src/keymap.c @ 10:49a24b4fd526 r19-15b6

Import from CVS: tag r19-15b6
author cvs
date Mon, 13 Aug 2007 08:47:52 +0200
parents 4b173ad71786
children 859a2309aef8
line wrap: on
line diff
--- a/src/keymap.c	Mon Aug 13 08:47:36 2007 +0200
+++ b/src/keymap.c	Mon Aug 13 08:47:52 2007 +0200
@@ -1294,7 +1294,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);
       }
     }
 }