inverting assertion
This commit is contained in:
parent
9522e6e714
commit
999f50dce9
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user