ebusctl: some error messages added.

This commit is contained in:
Roland Jax
2014-08-27 15:36:42 +02:00
parent 7ba3b6fd06
commit 6b0bd394ab
2 changed files with 23 additions and 15 deletions
+1 -1
View File
@@ -94,7 +94,7 @@ int CYCData::findData(const std::string& data) const
if (data.length() < 10)
return -3;
// preapre string for searching command
// prepare string for searching command
std::string search(data.substr(2, 8 + strtol(data.substr(8,2).c_str(), NULL, 16) * 2));
std::size_t index;