<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>change log for rtems (2010-05-05)</title>
</head>
<body text='#000000' bgcolor='#ffffff'>
<a name='cs1'></a>
<table border='0' cellspacing='0' cellpadding='5' width='100%' bgcolor='#eeeeee'>
<tr><td colspan='3' bgcolor='#dddddd'>
 <font color='#bb2222'><strong>joel</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2010-05-05 Alin Rus <alin.codejunkie@gmail.com>

        PR 1510/doc
        * user/chains.t: Fix code example.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/doc/ChangeLog.diff?r1=text&tr1=1.267&r2=text&tr2=1.268&diff_format=h">M</a></td><td width='1%'>1.268</td><td width='100%'>doc/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/doc/user/chains.t.diff?r1=text&tr1=1.6&r2=text&tr2=1.7&diff_format=h">M</a></td><td width='1%'>1.7</td><td width='100%'>doc/user/chains.t</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/doc/ChangeLog:1.267 rtems/doc/ChangeLog:1.268
--- rtems/doc/ChangeLog:1.267   Thu Apr 22 01:47:28 2010
+++ rtems/doc/ChangeLog Wed May  5 15:44:15 2010
</font><font color='#997700'>@@ -1,3 +1,8 @@
</font><font color='#000088'>+2010-05-05    Alin Rus <alin.codejunkie@gmail.com>
+
+       PR 1510/doc
+       * user/chains.t: Fix code example.
+
</font> 2010-04-22        Alin Rus <alin.codejunkie@gmail.com>
 
        * user/chain.t: Fixed the example from PR 1504.

<font color='#006600'>diff -u rtems/doc/user/chains.t:1.6 rtems/doc/user/chains.t:1.7
--- rtems/doc/user/chains.t:1.6 Thu Apr 22 01:47:28 2010
+++ rtems/doc/user/chains.t     Wed May  5 15:44:15 2010
</font><font color='#997700'>@@ -146,7 +146,7 @@
</font> for (i = 0; i < count; i++)
 @{
   foo* bar = malloc (sizeof (foo));
<font color='#880000'>-  if (!foo)
</font><font color='#000088'>+  if (!bar)
</font>     return -1;
   bar->data = malloc (size);
   @value{DIRPREFIX}chain_append (&chain, &bar->node);
</pre>
<p> </p>

<p>--<br />
<small>Generated by <a href="http://www.codewiz.org/projects/index.html#loginfo">Deluxe Loginfo</a> 2.122 by Bernardo Innocenti <bernie@develer.com></small></p>
</body>
</html>