<!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 (2011-04-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>2011-04-05 Joel Sherrill <joel.sherrilL@OARcorp.com>

        PR 1701/filesystems
        * libfs/src/imfs/memfile.c: Fix sense of assert.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/ChangeLog.diff?r1=text&tr1=1.2796&r2=text&tr2=1.2797&diff_format=h">M</a></td><td width='1%'>1.2797</td><td width='100%'>cpukit/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/libfs/src/imfs/memfile.c.diff?r1=text&tr1=1.39&r2=text&tr2=1.40&diff_format=h">M</a></td><td width='1%'>1.40</td><td width='100%'>cpukit/libfs/src/imfs/memfile.c</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/cpukit/ChangeLog:1.2796 rtems/cpukit/ChangeLog:1.2797
--- rtems/cpukit/ChangeLog:1.2796       Tue Apr  5 04:50:01 2011
+++ rtems/cpukit/ChangeLog      Tue Apr  5 08:38:48 2011
</font><font color='#997700'>@@ -1,3 +1,8 @@
</font><font color='#000088'>+2011-04-05    Joel Sherrill <joel.sherrilL@OARcorp.com>
+
+       PR 1701/filesystems
+       * libfs/src/imfs/memfile.c: Fix sense of assert.
+
</font> 2011-04-05        Sebastian Huber <sebastian.huber@embedded-brains.de>
 
        * score/src/heap.c: Avoid integer overflow.

<font color='#006600'>diff -u rtems/cpukit/libfs/src/imfs/memfile.c:1.39 rtems/cpukit/libfs/src/imfs/memfile.c:1.40
--- rtems/cpukit/libfs/src/imfs/memfile.c:1.39  Fri Aug 27 12:43:26 2010
+++ rtems/cpukit/libfs/src/imfs/memfile.c       Tue Apr  5 08:38:49 2011
</font><font color='#997700'>@@ -547,7 +547,7 @@
</font>    */
   IMFS_assert( the_jnode );
   IMFS_assert( the_jnode->type == IMFS_MEMORY_FILE ||
<font color='#880000'>-       the_jnode->type != IMFS_LINEAR_FILE );
</font><font color='#000088'>+       the_jnode->type == IMFS_LINEAR_FILE );
</font>   IMFS_assert( dest );
 
   /*
</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>