System: fix typo that is apparent cause of Mac OS X compile failures

[SVN r49157]
This commit is contained in:
Beman Dawes
2008-10-07 01:57:24 +00:00
parent a753ffd26f
commit b4cc289238

View File

@ -126,7 +126,7 @@ namespace
return std::string( "ENOMEM" );
}
}
std::string msg();
std::string msg;
try
{
msg = ( ( result == invalid_argument ) ? "Unknown error" : bp );