Skip to content

Commit 40f0d4a

Browse files
authored
Merge pull request #1897 from linux-on-ibm-z/swift-5.0-branch-s390x-foundation
2 parents 9383d7a + abdc398 commit 40f0d4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CoreFoundation/String.subproj/CFString.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6028,7 +6028,7 @@ static Boolean __CFStringFormatLocalizedNumber(CFMutableStringRef output, CFLoca
60286028
static SInt32 secondaryGroupingSize = 0;
60296029

60306030
// !!! This code should be removed before shipping
6031-
static char disableLocalizedFormatting = -1;
6031+
static int disableLocalizedFormatting = -1;
60326032
if (disableLocalizedFormatting == -1) disableLocalizedFormatting = (getenv("CFStringDisableLocalizedNumberFormatting") != NULL) ? 1 : 0;
60336033
if (disableLocalizedFormatting) return false;
60346034

0 commit comments

Comments
 (0)