ObjFW  Diff

Differences From Artifact [cc548c3d18]:

To Artifact [172aac0082]:


643
644
645
646
647
648
649
650
651
652
653
654
655
656
657

	[pool release];

	return ret;
}
@end

/// \cond internal
@implementation OFDictionaryEnumerator
-     initWithData: (struct of_dictionary_bucket**)data_
	      size: (uint32_t)size_
  mutationsPointer: (unsigned long*)mutationsPtr_
{
	self = [super init];








<







643
644
645
646
647
648
649

650
651
652
653
654
655
656

	[pool release];

	return ret;
}
@end


@implementation OFDictionaryEnumerator
-     initWithData: (struct of_dictionary_bucket**)data_
	      size: (uint32_t)size_
  mutationsPointer: (unsigned long*)mutationsPtr_
{
	self = [super init];

699
700
701
702
703
704
705
706

	if (pos < size)
		return data[pos++]->key;
	else
		return nil;
}
@end
/// \endcond







<
698
699
700
701
702
703
704


	if (pos < size)
		return data[pos++]->key;
	else
		return nil;
}
@end