From 71e73bde139cc3e1573191176cb41708b18b59e4 Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Mon, 18 Oct 2010 13:15:42 +0200 Subject: ivo99: #107407# exchange <> by [] --- l10ntools/scripts/keyidGen.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'l10ntools/scripts/keyidGen.pl') diff --git a/l10ntools/scripts/keyidGen.pl b/l10ntools/scripts/keyidGen.pl index 2a4ac5caefc3..53423c2d6f02 100644 --- a/l10ntools/scripts/keyidGen.pl +++ b/l10ntools/scripts/keyidGen.pl @@ -112,7 +112,7 @@ sub makenumber $h = shift; # 1 2 3 4 # 1234567890123456789012345678901234567890 - $symbols="0123456789abcdefghijklmnopqrstuvwxyz+-<=>"; + $symbols="0123456789abcdefghijklmnopqrstuvwxyz+-[=]"; $order = length($symbols); $result = ""; while ( length( $result ) < 6 ) -- cgit