Skip to content

Commit

Permalink
MMA init condition change. (#1986)
Browse files Browse the repository at this point in the history
  • Loading branch information
Peguen authored Jan 31, 2025
1 parent 5a3bf15 commit f24618f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/mma/src/mma_application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ int main(int argc, char** argv)
std::cout << app_version_header << std::endl << ecal_version_header << std::endl << std::endl;

// initialize eCAL API
if (eCAL::Initialize(MMA_APPLICATION_NAME, eCAL::Init::Publisher))
if (!eCAL::Initialize(MMA_APPLICATION_NAME, eCAL::Init::Publisher))
{
std::cout << "eCAL initialization failed !";
return 1;
Expand Down

0 comments on commit f24618f

Please sign in to comment.