From ed6764dedeeada8d705594e962e2e7e254bb5c4a Mon Sep 17 00:00:00 2001 From: Ray Molenkamp Date: Sun, 2 Oct 2022 10:17:05 -0600 Subject: 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. --- source/blender/blenfont/intern/blf_thumbs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}, -- cgit v1.2.3