Update how key/value is generated in newObject

This commit is contained in:
Gregory John Casamento 2023-02-24 17:54:17 -05:00
parent 917585cfab
commit 5799e4a9c7

View file

@ -133,7 +133,7 @@
if (_count > 0)
{
[NSString stringWithFormat: @"%@%lu", _initialKey, _count];
k = [NSString stringWithFormat: @"%@%lu", _initialKey, _count];
}
else
{