<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
 <channel>
  <atom:link href="https://smaugmuds.afkmods.com/index.php?a=rssfeed&amp;t=3803" rel="self" type="application/rss+xml" />
  <title>SmaugMuds - Topic: [Bug] Improper comparison checks in do_weather command</title>
  <link>https://smaugmuds.afkmods.com/index.php?a=rssfeed&amp;t=3803</link>
  <description>The largest Smaug community resource site. - </description>
  <language>en</language>
  <generator>SmaugMuds</generator>
  <ttl>60</ttl>
  <item>
   <title>[Bug] Improper comparison checks in do_weather command</title>
   <link>https://smaugmuds.afkmods.com/topic/bug-improper-comparison-checks-in-doweather-command-3803/&amp;p=15955#p15955</link>
   <description>Bug: Improper comparison checks in do_weather command Danger: Low, Causes undesirable messages to be shown with the weather command. Found by: GCC 4.3 Fixed by: Samson --- [b]weather.c, do_weather[/b] Locate: [code]if( getWindX( cell ) != 0 &amp;amp;&amp;amp; getWindY != 0 )[/code] Change to: [code]if( getWindX( cell ) != 0 &amp;amp;&amp;amp; getWindY( cell ) != 0 )[/code] Locate: [code]else if( getWindX( cell ) != 0 &amp;amp;&amp;amp; getWindY == 0 )[/code] Change to: [code]else if( getWindX( cell ) != 0 &amp;amp;&amp;amp; getWindY(</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/bug-improper-comparison-checks-in-doweather-command-3803/&amp;p=15955#p15955</guid>
   <pubDate>Sun, 5 Oct 2008 19:23:08 CDT</pubDate>
   <category>SmaugFUSS Bugfix List</category>
   <author>nobody@example.com (Samson)</author>
  </item>
 </channel>
</rss>
