<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/ilib/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/ilib/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Tue, 18 Dec 2007 15:59:24 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/ilib/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>floodfill bug</title><link>https://sourceforge.net/p/ilib/bugs/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;vers: Ilib-1.1.9&lt;br /&gt;
file: lib/IFlood.c&lt;/p&gt;
&lt;p&gt;at line 67, the 'in_line' condition checks also the image border, but then check is against imagep-&amp;gt;height!, and the algorithm fails.&lt;/p&gt;
&lt;p&gt;To fix the bug, apply&lt;br /&gt;
diff lib/IFlood.c lib/IFlood.c~&lt;br /&gt;
67c67&lt;br /&gt;
&amp;lt;     in_line = ( fillR &amp;gt;= imagep-&amp;gt;width ) ? 0 : _IColorsMatch ( color, origColor );&lt;br /&gt;
---&lt;br /&gt;
&amp;gt;     in_line = ( fillR &amp;gt;= imagep-&amp;gt;height ) ? 0 : _IColorsMatch ( color, origColor );&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mrzcavalli</dc:creator><pubDate>Tue, 18 Dec 2007 15:59:24 -0000</pubDate><guid>https://sourceforge.net2800150615cdf525e54395d1484d1e0a092ba516</guid></item></channel></rss>