svn commit: r271109 - stable/10/tools/tools/vt/keymaps
Stefan Esser
se at FreeBSD.org
Thu Sep 4 17:21:55 UTC 2014
Author: se
Date: Thu Sep 4 17:21:54 2014
New Revision: 271109
URL: http://svnweb.freebsd.org/changeset/base/271109
Log:
Fix debug output that has erroneously been committed with the last update.
Obtained from: Jan Beich
Modified:
stable/10/tools/tools/vt/keymaps/convert-keymap.pl
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/tools/tools/vt/keymaps/convert-keymap.pl
==============================================================================
--- stable/10/tools/tools/vt/keymaps/convert-keymap.pl Thu Sep 4 17:19:16 2014 (r271108)
+++ stable/10/tools/tools/vt/keymaps/convert-keymap.pl Thu Sep 4 17:21:54 2014 (r271109)
@@ -51,7 +51,7 @@ sub local_to_UCS_code
my $ucs_char = ord(Encode::decode("UTF-8", local_to_UCS_string($char)));
- $current_char = lc(chr($ucs_char)), print("SETCUR: $ucs_char\n")
+ $current_char = lc(chr($ucs_char))
if $current_char eq "";
$ucs_char = 0x20ac # replace with Euro character
More information about the svn-src-stable-10
mailing list