fixed utf8 bug, which sometimes lead to z85 handling of pure binary data

This commit is contained in:
TLINDEN
2014-03-17 19:15:04 +01:00
parent 322a135ee3
commit b6dadceda3
3 changed files with 6 additions and 2 deletions

View File

@@ -331,6 +331,7 @@ void ps_determine(Pcpstream *stream) {
/* check if it's binary or not */
if(_buffer_is_binary(buf, got) == 0) {
/* not binary, it's armored */
stream->armor = 1;