mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 00:30:58 +00:00
Update how key/value is generated in newObject
This commit is contained in:
parent
917585cfab
commit
5799e4a9c7
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@
|
|||
|
||||
if (_count > 0)
|
||||
{
|
||||
[NSString stringWithFormat: @"%@%lu", _initialKey, _count];
|
||||
k = [NSString stringWithFormat: @"%@%lu", _initialKey, _count];
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue