ENH: dlOpen: check error message string

This commit is contained in:
mattijs
2011-10-24 21:31:38 +01:00
parent 48212805c0
commit 1cc1ddcacf
4 changed files with 15 additions and 7 deletions

View File

@ -78,7 +78,7 @@ bool Foam::dlLibraryTable::open
{
if (functionLibName.size())
{
void* functionLibPtr = dlOpen(functionLibName);
void* functionLibPtr = dlOpen(functionLibName, verbose);
if (debug)
{