Differences From Artifact [1e6c9574a4]:
- File
src/OFLocalization.m
— part of check-in
[c9621825fc]
at
2017-06-04 18:48:03
on branch trunk
— Treat MorphOS + ixemul as a separate platform
This reduces the ifdef hell and makes much more sense, as with ixemul,
no native calls are allowed. (user: js, size: 8691) [annotate] [blame] [check-ins using]
To Artifact [448b3a7501]:
- File src/OFLocalization.m — part of check-in [5fcee684cb] at 2018-04-15 14:50:13 on branch 0.90 — OFLocalization: Fix setting the territory (user: js, size: 8692) [annotate] [blame] [check-ins using]
| ︙ | |||
141 142 143 144 145 146 147 | 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 | - + |
if (messagesLocale == NULL)
messagesLocale = locale;
if (messagesLocale != NULL) {
void *pool = objc_autoreleasePoolPush();
parseLocale(messagesLocale, &_encoding,
|
| ︙ |