Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorRay Molenkamp <github@lazydodo.com>2022-10-02 19:17:05 +0300
committerRay Molenkamp <github@lazydodo.com>2022-10-02 19:17:05 +0300
commited6764dedeeada8d705594e962e2e7e254bb5c4a (patch)
tree2e4f6c74ec925abed90a78e4dd6709150f13d543 /source
parent5a982b0695e831c963456fe922ff950d03ecf03b (diff)
Fix: build issue with MSVC
Issue introduced by rB208b3a0472b3 which fixed a build issue on linux. This fix is a band-aid at best but reverting rB208b3a0472b3 is not really an option since that would break linux again.
Diffstat (limited to 'source')
-rw-r--r--source/blender/blenfont/intern/blf_thumbs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenfont/intern/blf_thumbs.c b/source/blender/blenfont/intern/blf_thumbs.c
index 2773c8f17fd..ac2f2f35ca3 100644
--- a/source/blender/blenfont/intern/blf_thumbs.c
+++ b/source/blender/blenfont/intern/blf_thumbs.c
@@ -86,7 +86,7 @@ static const UnicodeSample unicode_samples[] = {
{U"\ua188\ua320\ua4bf", 3, TT_UCR_YI},
{U"\u1900\u1901\u1902", 3, TT_UCR_LIMBU},
{U"\u1950\u1951\u1952", 3, TT_UCR_TAI_LE},
- {U"\u1980\u1982\u1986", 3, TT_UCR_NEW_TAI_LUE},
+ {U"\u1980\u1982\u1986", 3, (FT_ULong)TT_UCR_NEW_TAI_LUE},
{U"\u1A00\u1A01\u1A02", 4, TT_UCR_BUGINESE},
{U"\u2c01\u2c05\u2c0c", 4, TT_UCR_GLAGOLITIC},
{U"\u2d31\u2d33\u2d37", 4, TT_UCR_TIFINAGH},