about summary refs log tree commit homepage
path: root/lib/dtas/partstats.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dtas/partstats.rb')
-rw-r--r--lib/dtas/partstats.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/dtas/partstats.rb b/lib/dtas/partstats.rb
index f9f2116..1037c87 100644
--- a/lib/dtas/partstats.rb
+++ b/lib/dtas/partstats.rb
@@ -173,8 +173,7 @@ becomes:
       else
         next
       end
-      key = $1
-      key.freeze
+      key = DTAS.dedupe_str($1)
       key_idx = @key_idx[key]
       parts = line.split(/\s+/)
       nshift.times { parts.shift } # remove stuff we don't need