bindings: use better word in comment

master
Andrzej Rybczak 14 years ago
parent 66b799cd4c
commit 5d535e9203
  1. 2
      src/bindings.cpp

@ -119,7 +119,7 @@ Action *parseActionLine(const std::string &line, F error)
if (!arg.empty())
{
std::vector<int> queue(arg.begin(), arg.end());
// if char is signed, cancel 1s from char -> int conversion
// if char is signed, erase 1s from char -> int conversion
for (auto it = arg.begin(); it != arg.end(); ++it)
*it &= 0xff;
result = new PushCharacters(&Global::wFooter, std::move(queue));

Loading…
Cancel
Save