forked from Imagelibrary/rtems
2011-04-05 Joel Sherrill <joel.sherrilL@OARcorp.com>
PR 1701/filesystems * libfs/src/imfs/memfile.c: Fix sense of assert.
This commit is contained in:
@@ -547,7 +547,7 @@ MEMFILE_STATIC ssize_t IMFS_memfile_read(
|
||||
*/
|
||||
IMFS_assert( the_jnode );
|
||||
IMFS_assert( the_jnode->type == IMFS_MEMORY_FILE ||
|
||||
the_jnode->type != IMFS_LINEAR_FILE );
|
||||
the_jnode->type == IMFS_LINEAR_FILE );
|
||||
IMFS_assert( dest );
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user