mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
Fix error getting header parameters dictionary.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@25172 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ae971f5849
commit
8be79bf977
1 changed files with 1 additions and 1 deletions
|
@ -3213,7 +3213,7 @@ static NSCharacterSet *tokenSet = nil;
|
||||||
NSString *k;
|
NSString *k;
|
||||||
|
|
||||||
m = [NSMutableDictionary dictionaryWithCapacity: [params count]];
|
m = [NSMutableDictionary dictionaryWithCapacity: [params count]];
|
||||||
e = [params objectEnumerator];
|
e = [params keyEnumerator];
|
||||||
if (preserve == YES)
|
if (preserve == YES)
|
||||||
{
|
{
|
||||||
while ((k = [e nextObject]) != nil)
|
while ((k = [e nextObject]) != nil)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue