currently used as ``` if (byte b != 10) ``` should be ``` if (byte b != '\n') ```
currently used as
should be