Commit 33d29187 authored by Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen

dash: BasicCMParser: Don't ignore errors.

parent 3db33d99
...@@ -66,8 +66,7 @@ BasicCMParser::~BasicCMParser () ...@@ -66,8 +66,7 @@ BasicCMParser::~BasicCMParser ()
bool BasicCMParser::parse () bool BasicCMParser::parse ()
{ {
this->setMPD(); return this->setMPD();
return true;
} }
bool BasicCMParser::setMPD() bool BasicCMParser::setMPD()
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment