Mark UserByte actions handled

This commit is contained in:
Keith Winstein
2011-02-03 03:21:30 -05:00
parent bab4f23b44
commit 4ca5b35d7d
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -21,5 +21,7 @@ std::string UserInput::input( Parser::UserByte *act )
/* This doesn't handle the 8-bit SS3 C1 control, which would be
two octets in UTF-8. Fortunately nobody seems to send this. */
act->handled = true;
return std::string( translated_str );
}