Update of /cvsroot/xine/xine-lib/src/xine-utils
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv32036
Modified Files:
list.h
Log Message:
Fix the example to actually use an existing function.
Index: list.h
===================================================================
RCS file: /cvsroot/xine/xine-lib/src/xine-utils/list.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- list.h 26 Sep 2006 05:19:49 -0000 1.4
+++ list.h 19 Feb 2007 23:34:32 -0000 1.5
@@ -33,7 +33,7 @@
* xine_list_iterator_t ite = xine_list_front(list);
* while (ite) {
* _useful code here_
- * ite = xine_list_iterator_next(ite);
+ * ite = xine_list_next(list, ite);
* }
*
* The list elements are managed using memory chunks and a free list. The first
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Xine-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xine-cvslog