From 3f903a4e24df79a8274a98627b236d4fc83276ec Mon Sep 17 00:00:00 2001 From: Matt Miller Date: Sat, 11 Aug 2007 07:09:13 +0000 Subject: [PATCH] fix from spoonm git-svn-id: file:///home/svn/framework3/trunk@5077 4d416f70-5f16-0410-b530-b9f4589650da --- lib/rex/text.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rex/text.rb b/lib/rex/text.rb index 1227111cc6..58a919b04a 100644 --- a/lib/rex/text.rb +++ b/lib/rex/text.rb @@ -453,7 +453,7 @@ module Text end chunk.unpack("C*").each do |c| - if (c > 0x19 and c < 0x80) + if (c > 0x1f and c < 0x80) buf << c.chr else buf << "."