|
From: Markus R. <rol...@us...> - 2007-04-15 12:19:35
|
Update of /cvsroot/simspark/simspark/contrib/rsgedit In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv32058 Modified Files: sparktree.cpp Log Message: - allow empty selection Index: sparktree.cpp =================================================================== RCS file: /cvsroot/simspark/simspark/contrib/rsgedit/sparktree.cpp,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** sparktree.cpp 15 Apr 2007 11:48:41 -0000 1.5 --- sparktree.cpp 15 Apr 2007 12:19:31 -0000 1.6 *************** *** 174,178 **** if (leaf.expired()) { - assert(false); return false; } --- 174,177 ---- |