mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
fix for collation alone being set
This commit is contained in:
parent
5277bf7043
commit
113867e9e6
2 changed files with 3 additions and 1 deletions
|
@ -637,7 +637,7 @@ static NSRecursiveLock *classLock = nil;
|
|||
|
||||
// I'm not using uloc_setKeywordValue() here because the format is easy
|
||||
// enough to reproduce and has the added advatange that we doesn't need ICU.
|
||||
if (calendar || calendar || currency)
|
||||
if (calendar || collation || currency)
|
||||
[string appendString: @"@"];
|
||||
if (calendar)
|
||||
[string appendFormat: @"calendar=%s", calendar];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue