about summary refs log tree commit homepage
path: root/lib/dtas
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dtas')
-rw-r--r--lib/dtas/source/splitfx.rb5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/dtas/source/splitfx.rb b/lib/dtas/source/splitfx.rb
index fad165f..3d416c3 100644
--- a/lib/dtas/source/splitfx.rb
+++ b/lib/dtas/source/splitfx.rb
@@ -55,7 +55,10 @@ class DTAS::Source::SplitFX < DTAS::Source::Sox # :nodoc:
   end
 
   def __load_comments
-    @ymlhash["comments"] || @sox.__load_comments
+    if c = @ymlhash["comments"]
+      return c.each { |k,v| c[k] = v.to_s }
+    end
+    @sox.__load_comments
   end
 
   def command_string