<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Diff, part 15: Implementing Expendable</title>
	<atom:link href="http://blog.excastle.com/2005/04/15/diff-part-15-implementing-expendable/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.excastle.com/2005/04/15/diff-part-15-implementing-expendable/</link>
	<description>Life, .NET, and Cats</description>
	<pubDate>Thu, 20 Nov 2008 18:50:53 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Timwi</title>
		<link>http://blog.excastle.com/2005/04/15/diff-part-15-implementing-expendable/#comment-5027</link>
		<dc:creator>Timwi</dc:creator>
		<pubDate>Thu, 02 Nov 2006 12:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.excastle.com/2005/04/15/diff-part-15-implementing-expendable/#comment-5027</guid>
		<description>You made a mistake. Instead of&lt;br&gt;&lt;br&gt;    * If CS1Length &#60; CS2Length, ...&lt;br&gt;    * If CS1Length &#62; CS2Length, ...&lt;br&gt;&lt;br&gt;you meant&lt;br&gt;&lt;br&gt;    * If CS1Length &#60;= CS2Length, ...&lt;br&gt;    * If CS1Length &#62;= CS2Length, ...&lt;br&gt;
</description>
		<content:encoded><![CDATA[<p>You made a mistake. Instead of</p>
<p>    * If CS1Length &lt; CS2Length, &#8230;<br />
<br />    * If CS1Length &gt; CS2Length, &#8230;</p>
<p>you meant</p>
<p>    * If CS1Length &lt;= CS2Length, &#8230;<br />
<br />    * If CS1Length &gt;= CS2Length, &#8230;<br />
</p>
]]></content:encoded>
	</item>
</channel>
</rss>
