X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftestclient%2Fmain.cpp;h=33ee463cb4c8b31a11a70a23f135229cb98f18dc;hb=b2da27686d4fa820f7f17d25a804450fa02f4dd2;hp=817d26797cf7c139cf2977d611083574fadb3b7a;hpb=a11148b7b6b9fb9b1aed569c4445958d4e91b860;p=deb_libcec.git diff --git a/src/testclient/main.cpp b/src/testclient/main.cpp index 817d267..33ee463 100644 --- a/src/testclient/main.cpp +++ b/src/testclient/main.cpp @@ -286,7 +286,7 @@ int main (int argc, char *argv[]) bytes.clear(); while (GetWord(input, strvalue) && HexStrToInt(strvalue, ivalue)) - bytes.push_back(ivalue); + bytes.push_back(ivalue); parser->Transmit(bytes); }