Fix wctomb use
authorAndreas Zwinkau <qznc@go.to>
Tue, 3 Jul 2012 21:13:15 +0000 (23:13 +0200)
committerPerttu Ahola <celeron55@gmail.com>
Sat, 21 Jul 2012 19:09:17 +0000 (22:09 +0300)
commit28e7443f9bcc1fac186394847c1b788e39daed5e
tree5d2f3267961d279d27ef031c341bfdebe6acf988
parente79ad21aebfe1dc4227ae1f8dd3a2f1c0b5ba193
Fix wctomb use

wctomb(NULL, _) returns "nonzero if the encoding has nontrivial shift state, or zero if the encoding is stateless."

I assume the intentation was to get the size of the target buffer.
Use MB_CUR_MAX for this.
src/keycode.cpp