Code layout fix for bug N 27079
Thanks to Gluh for suggestion.
This commit is contained in:
parent
6370f6226f
commit
ee0475bf5d
@ -6777,9 +6777,9 @@ static void my_uca_scanner_init_ucs2(my_uca_scanner *scanner,
|
|||||||
scanner->uca_length= cs->sort_order;
|
scanner->uca_length= cs->sort_order;
|
||||||
scanner->uca_weight= cs->sort_order_big;
|
scanner->uca_weight= cs->sort_order_big;
|
||||||
scanner->contractions= cs->contractions;
|
scanner->contractions= cs->contractions;
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
|
||||||
/*
|
/*
|
||||||
Sometimes this function is called with
|
Sometimes this function is called with
|
||||||
str=NULL and length=0, which should be
|
str=NULL and length=0, which should be
|
||||||
@ -6796,7 +6796,6 @@ static void my_uca_scanner_init_ucs2(my_uca_scanner *scanner,
|
|||||||
scanner->sbeg= (uchar*) &nochar[1];
|
scanner->sbeg= (uchar*) &nochar[1];
|
||||||
scanner->send= (uchar*) &nochar[0];
|
scanner->send= (uchar*) &nochar[0];
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user