aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/keymap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keymap.c b/src/keymap.c
index 2edad90b732..88b63e40fcc 100644
--- a/src/keymap.c
+++ b/src/keymap.c
@@ -2469,7 +2469,7 @@ around function keys and event symbols. */)
2469 { 2469 {
2470 char buf[256]; 2470 char buf[256];
2471 2471
2472 sprintf (buf, "Invalid char code %ld", XINT (key)); 2472 sprintf (buf, "Invalid char code %ld", (long) XINT (key));
2473 return build_string (buf); 2473 return build_string (buf);
2474 } 2474 }
2475 else if (charset 2475 else if (charset