mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
* Source/NSCalendarDate.m ([NSCalendarDate -initWithString:
calendarFormat:locale:]): assign calendar format. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@8016 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
025029cc6e
commit
031c68cfcb
2 changed files with 7 additions and 0 deletions
|
@ -302,6 +302,8 @@ static inline int getDigits(const char *from, char *to, int limit)
|
|||
if (fmt == nil)
|
||||
fmt = @"";
|
||||
}
|
||||
ASSIGN(_calendar_format, fmt);
|
||||
|
||||
format = [fmt cString];
|
||||
formatLen = strlen(format);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue