diff options
Diffstat (limited to 'prog/encoding.go')
| -rw-r--r-- | prog/encoding.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prog/encoding.go b/prog/encoding.go index 140636865..e66535e2a 100644 --- a/prog/encoding.go +++ b/prog/encoding.go @@ -853,7 +853,7 @@ func encodeData(buf *bytes.Buffer, data []byte, readable, cstr bool) { } func isReadableDataType(typ *BufferType) bool { - return typ.Kind == BufferString || typ.Kind == BufferFilename + return typ.Kind == BufferString || typ.Kind == BufferFilename || typ.Kind == BufferGlob } func isReadableData(data []byte) bool { |
