mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
fix bad type in assignment
This commit is contained in:
parent
41fd87ce35
commit
f1b1c1c754
2 changed files with 3 additions and 1 deletions
|
@ -1366,7 +1366,7 @@ NSLog(@"_processTag <%@%@ %@>", flag?@"/": @"", tag, attributes);
|
|||
}
|
||||
else if (nil == attributes)
|
||||
{
|
||||
attr = [NSMutableArray new];
|
||||
attr = [NSMutableDictionary new];
|
||||
attributes = attr;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue