From 8e7106dd748b8b07da95f91a328ef145dc002997 Mon Sep 17 00:00:00 2001 From: Alexey Shchepin Date: Wed, 8 Oct 2003 18:27:48 +0000 Subject: * src/ejabberd_c2s.erl: Added support for "jid-malformed" error * src/stringprep/stringprep_drv.c: Bugfix SVN Revision: 145 --- src/stringprep/uni_parse.tcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/stringprep/uni_parse.tcl') diff --git a/src/stringprep/uni_parse.tcl b/src/stringprep/uni_parse.tcl index 08eced103..447c54510 100644 --- a/src/stringprep/uni_parse.tcl +++ b/src/stringprep/uni_parse.tcl @@ -131,7 +131,7 @@ proc uni::load_tables {data} { lappend tablemap($val) $table } } - } elseif {$table == "B.3"} { + } elseif {$table == "B.2"} { if {[regexp {^ ([[:xdigit:]]+); ([[:xdigit:]]+);} $line \ temp from to]} { scan $from %x from @@ -165,7 +165,7 @@ proc uni::load_tables {data} { #puts "missed: $line" } - } elseif {$table != "B.2"} { + } elseif {$table != "B.3"} { if {[regexp {^ ([[:xdigit:]]+)-([[:xdigit:]]+)} $line \ temp from to]} { scan $from %x from -- cgit v1.2.3