<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=3563" rel="self" type="application/rss+xml" />
  <title>SmaugMuds - Topic: [Bug] Utility Macros sometimes give bad results</title>
  <link>https://smaugmuds.afkmods.com/index.php?a=rssfeed&amp;t=3563</link>
  <description>The largest Smaug community resource site. - AFKMud 2.02</description>
  <language>en</language>
  <generator>SmaugMuds</generator>
  <ttl>60</ttl>
  <item>
   <title>[Bug] Utility Macros sometimes give bad results</title>
   <link>https://smaugmuds.afkmods.com/topic/bug-utility-macros-sometimes-give-bad-results-3563/&amp;p=14007#p14007</link>
   <description>Bug: Utility Macros sometimes give bad results Danger: Medium - When they work, they&#039;re good. When they don&#039;t, you get unexpected and hard to trace errors. Discovered in: AFKMud 2.02 Found by: Remcon Fixed by: Remcon --- [b]mud.h[/b] Locate: [code]/* * Utility macros. */ #define UMIN(a, b)		((a) &amp;lt; (b) ? (a) : (b)) #define UMAX(a, b)		((a) &amp;gt; (b) ? (a) : (b)) #define URANGE(a, b, c)		((b) &amp;lt; (a) ? (a) : ((b) &amp;gt; (c) ? (c) : (b))) #define LOWER(c)		((c) &amp;gt;= &#039;A&#039; &amp;amp;&amp;amp; (c) &amp;lt;= &#039;Z&#039; ? (c)</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/bug-utility-macros-sometimes-give-bad-results-3563/&amp;p=14007#p14007</guid>
   <pubDate>Sun, 6 Jan 2008 13:04:49 CST</pubDate>
   <category>AFKMud Bugfix List</category>
   <author>nobody@example.com (Samson)</author>
  </item>
 </channel>
</rss>
