inverting assertion

This commit is contained in:
Dennis Luxen 2013-09-24 16:45:34 +02:00
parent 6a0e90ef90
commit 918e20b164

View File

@ -259,9 +259,9 @@ public:
} }
BOOST_ASSERT_MSG( BOOST_ASSERT_MSG(
temporary_packed_path1.empty() && !temporary_packed_path1.empty() ||
temporary_packed_path2.empty(), !temporary_packed_path2.empty(),
"tempory packed paths not empty" "tempory packed paths empty"
); );
//Plug paths together, s.t. end of packed path is begin of temporary packed path //Plug paths together, s.t. end of packed path is begin of temporary packed path