Revert the incorrect change to this file made in r1326.
[synfig.git] / synfig-core / trunk / src / synfig / valuenode_bline.cpp
index a8f1798..62227fc 100644 (file)
@@ -694,8 +694,7 @@ ValueNode_BLine::operator()(Time t)const
 String
 ValueNode_BLine::link_local_name(int i)const
 {
-       assert(i>=0 && i<list.size());
-
+       assert(i>=0 && (unsigned)i<list.size());
        return etl::strprintf(_("Vertex %03d"),i+1);
 }