From ec2328eeaf7de6afe46266ee36e8f8b62af39d6c Mon Sep 17 00:00:00 2001 From: Jennifer Averett Date: Wed, 31 Mar 1999 23:24:57 +0000 Subject: Removed asserts that shouldn't be called and commented case where this indicates an internal error. --- cpukit/libfs/src/imfs/imfs_getchild.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cpukit/libfs/src/imfs/imfs_getchild.c') diff --git a/cpukit/libfs/src/imfs/imfs_getchild.c b/cpukit/libfs/src/imfs/imfs_getchild.c index 3f37738ab4..3bb710f169 100644 --- a/cpukit/libfs/src/imfs/imfs_getchild.c +++ b/cpukit/libfs/src/imfs/imfs_getchild.c @@ -31,7 +31,8 @@ IMFS_jnode_t *IMFS_find_match_in_dir( IMFS_jnode_t *the_jnode; /* - * Check for fatal errors + * Check for fatal errors. A NULL directory show a problem in the + * the IMFS code. */ assert( directory ); -- cgit v1.2.3