X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=inline;f=src%2Ftestclient%2Fmain.cpp;h=c239d3b1d802312d9369bb79118e742ac4e94951;hb=8b08421cf0a69841b692e34602fb95f66d511030;hp=bec5c4d1655dd597ba03b39ad396df66c6f408ba;hpb=25701fa60407a0fc0bc1dfcd4049fc01ad9e4fd1;p=deb_libcec.git diff --git a/src/testclient/main.cpp b/src/testclient/main.cpp index bec5c4d..c239d3b 100644 --- a/src/testclient/main.cpp +++ b/src/testclient/main.cpp @@ -176,7 +176,7 @@ void show_console_help(void) int main (int argc, char *argv[]) { - ICECAdapter *parser = LoadLibCec("CEC Tester"); + ICECAdapter *parser = LoadLibCec("CECTester"); if (!parser && parser->GetMinVersion() > CEC_TEST_CLIENT_VERSION) { cout << "Unable to create parser. Is libcec.dll present?" << endl;