<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=4114" rel="self" type="application/rss+xml" />
  <title>SmaugMuds - Topic: [Update] GCC 4.4 Compliance</title>
  <link>https://smaugmuds.afkmods.com/index.php?a=rssfeed&amp;t=4114</link>
  <description>The largest Smaug community resource site. - </description>
  <language>en</language>
  <generator>SmaugMuds</generator>
  <ttl>60</ttl>
  <item>
   <title>[Update] GCC 4.4 Compliance</title>
   <link>https://smaugmuds.afkmods.com/topic/update-gcc-44-compliance-4114/&amp;p=18319#p18319</link>
   <description>So this isn&#039;t really a bug. It&#039;s more an update for compliance with the newest incarnation of gcc. So here goes. [b]imc.c[/b]: [code]char *imc_mudof( const char *src ) { static char mud[SMST]; char *person; if( !( person = strchr( src, &#039;@&#039; ) ) ) imcstrlcpy( mud, src, SMST ); else imcstrlcpy( mud, person + 1, SMST ); return mud; }[/code] Becomes: [code]char *imc_mudof( const char *src ) { static char mud[SMST]; const char *person; if( !</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/update-gcc-44-compliance-4114/&amp;p=18319#p18319</guid>
   <pubDate>Thu, 9 Jul 2009 20:43:58 CDT</pubDate>
   <category>SWFOTE FUSS Bugfix List</category>
   <author>nobody@example.com (InfiniteAxis)</author>
  </item>
 </channel>
</rss>
