ofz#62935 avoid negative numbers in olHanglJaso
Change-Id: I3898b95e9d2fe60690889ba259859ed9f66636d1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157512 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
This commit is contained in:
parent
6dd514f633
commit
a235da8301
1 changed files with 1 additions and 1 deletions
|
@ -431,7 +431,7 @@ hchar_string MailMerge::GetString()
|
|||
#define OL_HANGL_JASO 0
|
||||
#define OL_HANGL_KANATA 1
|
||||
|
||||
static hchar olHanglJaso(int num, int type)
|
||||
static hchar olHanglJaso(unsigned int num, int type)
|
||||
{
|
||||
static const unsigned char han_init[] =
|
||||
{ 0x88, 0x90, 0x94, 0x9c, 0xa0, 0xa4, 0xac, 0xb4, 0xb8, 0xc0, 0xc4, 0xc8, 0xcc, 0xd0 };
|
||||
|
|
Loading…
Reference in a new issue