[wpdev-commits] wolfpack/python pycontent.h,1.1,1.2
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-11-03 19:04:46
|
Update of /cvsroot/wpdev/wolfpack/python In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14393/python Modified Files: pycontent.h Log Message: Fixes Index: pycontent.h =================================================================== RCS file: /cvsroot/wpdev/wolfpack/python/pycontent.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** pycontent.h 2 Nov 2004 20:45:47 -0000 1.1 --- pycontent.h 3 Nov 2004 19:04:33 -0000 1.2 *************** *** 90,93 **** --- 90,94 ---- ContainerIterator it(container); + it.seek(id); if (!it.atEnd()) |