Skip to content
Snippets Groups Projects
Commit e3850fee authored by Kristof Szabados's avatar Kristof Szabados
Browse files

a few explicit casts.


Signed-off-by: default avatarKristof Szabados <Kristof.Szabados@ericsson.com>
parent f25a213d
No related branches found
No related tags found
No related merge requests found
......@@ -739,7 +739,7 @@ namespace Ttcn {
i = pstr.find('}', i + 1);
// convert the character to UTF-8 format
utf8str += ustring_to_uft8(ustring(group, plane, row, cell));
utf8str += ustring_to_uft8(ustring((unsigned char)group, (unsigned char)plane, (unsigned char)row, (unsigned char)cell));
continue;
}
else if ('\\' == pstr[i + 1]) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment