Skip to content

Commit

Permalink
This was probably the intention, and the tokenizer test still passes.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Oct 26, 2018
1 parent cce1850 commit e5ea0ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Horde/Imap/Client/Tokenize.php
Expand Up @@ -295,7 +295,7 @@ public function next()
// identifier.
$binary = true;
$text .= $c;
break;
continue 3;

case '{':
if ($binary) {
Expand Down

0 comments on commit e5ea0ba

Please sign in to comment.