mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
fix missing line
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29835 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b75949a336
commit
8344b0e616
1 changed files with 1 additions and 0 deletions
|
@ -286,6 +286,7 @@ class_copyIvarList(Class cls, unsigned int *outCount)
|
||||||
|
|
||||||
list = malloc((count + 1) * sizeof(struct objc_ivar *));
|
list = malloc((count + 1) * sizeof(struct objc_ivar *));
|
||||||
list[count] = NULL;
|
list[count] = NULL;
|
||||||
|
count = 0;
|
||||||
for (index = 0; index < ivarlist->ivar_count; index++)
|
for (index = 0; index < ivarlist->ivar_count; index++)
|
||||||
{
|
{
|
||||||
list[count++] = &ivarlist->ivar_list[index];
|
list[count++] = &ivarlist->ivar_list[index];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue