From ed1a76427fe46e3679c64ff38bf5fafb56403107 Mon Sep 17 00:00:00 2001 From: Joshua Granick Date: Wed, 7 Sep 2016 15:08:17 -0700 Subject: [PATCH] One more try --- lime/system/Locale.hx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lime/system/Locale.hx b/lime/system/Locale.hx index a1ecc1f2b..657a63d80 100644 --- a/lime/system/Locale.hx +++ b/lime/system/Locale.hx @@ -28,8 +28,7 @@ abstract Locale(String) from String to String { #elseif (js && html5) locale = untyped navigator.language; #elseif (lime_cffi && !macro) - trace (lime_locale_get_system_locale); - locale = lime_locale_get_system_locale (); + locale = CFFI.load ("lime", "lime_locale_get_system_locale", 0) (); #end if (locale != null) {