inverting assertion
This commit is contained in:
parent
6a0e90ef90
commit
918e20b164
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user