Skip to content
Snippets Groups Projects
Commit c847d343 authored by Mark OLESEN's avatar Mark OLESEN
Browse files

BUG: OPstream send of tokenType may swallow characters (fixes #563)

- the tokenType was being send via write(char), which includes
  isspace filtering. If the tokenType enumeration coincides
  with a whitespace character, it would be suppressed.

  Now add character directly to the buffer.

STYLE: some additional minor private methods to help refactoring

- readStringFromBuffer, writeStringToBuffer for common string
  operation.
parent a09125c3
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment