mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-04-22 12:55:44 +00:00
Fix typo.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@20205 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f4fd4ec9a6
commit
9517b6b6fd
1 changed files with 1 additions and 1 deletions
|
@ -359,7 +359,7 @@ static Class NSCalendarDateClass;
|
|||
[propertyList setObject: [NSString stringWithFormat:@"%hu", _precision]
|
||||
forKey: @"precision"];
|
||||
if (_scale != 0)
|
||||
[propertyList setObject: [NSString stringWithFormat:@"%hí", _scale]
|
||||
[propertyList setObject: [NSString stringWithFormat:@"%hi", _scale]
|
||||
forKey: @"scale"];
|
||||
|
||||
if (_parameterDirection != 0)
|
||||
|
|
Loading…
Reference in a new issue