mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix debug output that has erroneously been committed with the last update.
Obtained from: Jan Beich MFC after: 3 days
This commit is contained in:
parent
07e845a3f4
commit
a5f38972dc
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue