Solaris async I/O changes.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@540 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
@@ -41,6 +41,8 @@ RCODE FLMAPI f_makeErr(
|
||||
{
|
||||
return( NE_FLM_OK);
|
||||
}
|
||||
|
||||
f_assert( rc != NE_FLM_MEM);
|
||||
|
||||
#if defined( FLM_DEBUG)
|
||||
if( bAssert)
|
||||
@@ -83,7 +85,7 @@ RCODE FLMAPI f_mapPlatformError(
|
||||
|
||||
case EINVAL:
|
||||
{
|
||||
return( RC_SET( NE_FLM_IO_PATH_TOO_LONG));
|
||||
return( RC_SET_AND_ASSERT( NE_FLM_IO_PATH_TOO_LONG));
|
||||
}
|
||||
|
||||
case EIO:
|
||||
|
||||
Reference in New Issue
Block a user