lib/zhexdump.rb in zhexdump-0.1.0 vs lib/zhexdump.rb in zhexdump-0.1.1
- old
+ new
@@ -55,10 +55,10 @@
end
size-=1
end
if dedup && hex == prevhex
- row = "*"
+ row = indent + "*"
yield(row, offset+add, ascii) if block_given?
unless prevdup
output << "\n" if offset > start
output << row
end