fix more IO_ERROR() constructor issues

This commit is contained in:
Dick Hollenbeck
2010-12-28 00:00:54 -06:00
parent 02e1f83906
commit 37d73b030d
2 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -362,7 +362,7 @@ DIR_LIB_SOURCE::DIR_LIB_SOURCE( const STRING& aDirectoryPath,
if( sourceURI.size() == 0 )
{
throw( IO_ERROR( "aDirectoryPath cannot be empty" ) );
throw( IO_ERROR( STRING("aDirectoryPath cannot be empty") ) );
}
// remove any trailing separator, so we can add it back later without ambiguity