Léo Lam eb9009e5c0 DSPTool: Use std::string == instead of strcmp
Less C-like and conveniently fixes a build issue caused by strcmp
not being declared for some reason.

Converting to std::string is safe because the argument count is
checked every time so the char* cannot be a nullptr.
2018-07-05 09:40:43 +02:00
..
2017-06-03 18:20:41 -07:00
2018-04-12 21:28:39 +02:00
2018-06-26 20:50:39 +02:00