<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=4403" rel="self" type="application/rss+xml" />
  <title>SmaugMuds - Topic: [Bug] Helpfiles will loop endlessly if a number is input</title>
  <link>https://smaugmuds.afkmods.com/index.php?a=rssfeed&amp;t=4403</link>
  <description>The largest Smaug community resource site. - </description>
  <language>en</language>
  <generator>SmaugMuds</generator>
  <ttl>60</ttl>
  <item>
   <title>[Bug] Helpfiles will loop endlessly if a number is input</title>
   <link>https://smaugmuds.afkmods.com/topic/bug-helpfiles-will-loop-endlessly-if-a-number-is-input-4403/&amp;p=20631#p20631</link>
   <description>Bug: Helpfiles will loop endlessly if a number is input Danger: High - Crash Likely - Numbers are mishandled and lead to an infinite loop. Found by: MagisterXero Fixed by: Kayle --- [b]act_info.c[/b] In [i]get_help[/i], Find: [code]   if( isdigit( argument[0] ) ) { lev = number_argument( argument, argnew ); argument = argnew; }[/code] Replace with: [code]   if( isdigit( argument[0] ) &amp;amp;&amp;amp; !is_number( argument ) ) { lev = number_argument( argument, ar</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/bug-helpfiles-will-loop-endlessly-if-a-number-is-input-4403/&amp;p=20631#p20631</guid>
   <pubDate>Thu, 22 Apr 2010 09:16:16 CDT</pubDate>
   <category>SWFOTE FUSS Bugfix List</category>
   <author>nobody@example.com (InfiniteAxis)</author>
  </item>
 </channel>
</rss>
