inverting assertion

This commit is contained in:
Dennis Luxen 2013-09-24 16:45:34 +02:00
parent 9522e6e714
commit 999f50dce9

View File

@ -264,9 +264,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