<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=1367" rel="self" type="application/rss+xml" />
  <title>SmaugMuds - Topic: [Bug] mptrlook command crashes with an empty target room argument</title>
  <link>https://smaugmuds.afkmods.com/index.php?a=rssfeed&amp;t=1367</link>
  <description>The largest Smaug community resource site. - AFKMud 2.02</description>
  <language>en</language>
  <generator>SmaugMuds</generator>
  <ttl>60</ttl>
  <item>
   <title>[Bug] mptrlook command crashes with an empty target room argument</title>
   <link>https://smaugmuds.afkmods.com/topic/bug-mptrlook-command-crashes-with-an-empty-target-room-argument-1367/&amp;p=5179#p5179</link>
   <description>Bug: mptrlook command crashes with an empty target room argument Danger: High - Crash bug. A missing room argument crashes the game. Discovered in: AFKMud 2.02 Found by: Samson Fixed by: Samson --- [b]mud_comm.cpp, do_mptrlook[/b] Locate: [code]   if( arg2 &amp;amp;&amp;amp; arg2[0] == &#039;\0&#039; ) location = ch-&amp;gt;in_room;[/code] Change to: [code]   if( !arg2 || arg2[0] == &#039;\0&#039; ) location = ch-&amp;gt;in_room;[/code] The ifcheck in this small chunk is meant to see if the arg2 value is empty</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/bug-mptrlook-command-crashes-with-an-empty-target-room-argument-1367/&amp;p=5179#p5179</guid>
   <pubDate>Fri, 23 Nov 2007 12:59:40 CST</pubDate>
   <category>AFKMud Bugfix List</category>
   <author>nobody@example.com (Samson)</author>
  </item>
 </channel>
</rss>
