Enlightenment CVS committal
Author : werkt
Project : e17
Module : proto
Dir : e17/proto/exml/src
Modified Files:
exml.c
Log Message:
exml_down was not returning NULL on no children for current node.
===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/exml/src/exml.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- exml.c 25 Sep 2004 21:16:40 -0000 1.3
+++ exml.c 25 Sep 2004 22:00:26 -0000 1.4
@@ -381,6 +381,8 @@
if( exml_has_children(xml) )
xml->current = ecore_list_goto_first( xml->current->children );
+ else
+ return NULL;
return xml->current ? xml->current->tag : NULL;
}
-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs