From: dooglus Date: Fri, 30 Mar 2007 23:59:16 +0000 (+0000) Subject: The value of `i' goes from 0 to rows-1, so to test for the last strip we need `i... X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=c46638ef632d6f9eed0bce8ea9943291bfc0d504;hp=c46638ef632d6f9eed0bce8ea9943291bfc0d504;p=synfig.git The value of `i' goes from 0 to rows-1, so to test for the last strip we need `i == rows-1', not `i == rows'. git-svn-id: http://svn.voria.com/code@395 1f10aa63-cdf2-0310-b900-c93c546f37ac ---