Nice improvements.

On 12/3/05, Morten Nilsen <[EMAIL PROTECTED]> wrote:

+       e = __ecore_config_bundle_local->data;
+
+       do {
+               ecore_sheap_insert(keys, e->key);
+       } while((e = e->next));


Is this loop making a safe assumption that __ecore_config_bundle_local and __ecore_config_bundle_local->data are not NULL?

Reply via email to