From owner-svn-src-stable@FreeBSD.ORG Thu Sep 4 17:21:55 2014 Return-Path: Delivered-To: svn-src-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7324FA18; Thu, 4 Sep 2014 17:21:55 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5E82719FB; Thu, 4 Sep 2014 17:21:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s84HLt6U041840; Thu, 4 Sep 2014 17:21:55 GMT (envelope-from se@FreeBSD.org) Received: (from se@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s84HLt6r041839; Thu, 4 Sep 2014 17:21:55 GMT (envelope-from se@FreeBSD.org) Message-Id: <201409041721.s84HLt6r041839@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: se set sender to se@FreeBSD.org using -f From: Stefan Esser Date: Thu, 4 Sep 2014 17:21:55 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r271109 - stable/10/tools/tools/vt/keymaps X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Sep 2014 17:21:55 -0000 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