updated for version 7.0139
diff --git a/src/option.c b/src/option.c
index 98c0ad8..bbf564a 100644
--- a/src/option.c
+++ b/src/option.c
@@ -2994,7 +2994,7 @@
 		    kLocaleRegionMask | kLocaleRegionVariantMask,
 		    sizeof buf, buf) == noErr && *buf)
 	{
-	    vim_setenv("LANG", buf);
+	    vim_setenv((char_u *)"LANG", (char_u *)buf);
 #   ifdef HAVE_LOCALE_H
 	    setlocale(LC_ALL, "");
 #   endif