projects
/
m17n
/
m17n-lib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c2bebb
)
(fully_initialize): Avoid compiler warning by casting.
author
handa
<handa>
Mon, 9 Aug 2010 07:49:22 +0000
(07:49 +0000)
committer
handa
<handa>
Mon, 9 Aug 2010 07:49:22 +0000
(07:49 +0000)
src/input.c
patch
|
blob
|
history
diff --git
a/src/input.c
b/src/input.c
index
6fbd21d
..
86848be
100644
(file)
--- a/
src/input.c
+++ b/
src/input.c
@@
-401,7
+401,7
@@
fully_initialize ()
msymbol_put (alias[j], M_key_alias, alias[j + 1]);
}
- buf3[0] = 255;
+ buf3[0] = (char) 255;
alias[0] = alias[3] = msymbol (buf3);
alias[1] = one_char_symbol[255] = msymbol ("M-Delete");
alias[2] = msymbol ("A-Delete");