about summary refs log tree commit diff stats
path: root/code/fm/fm.rb
diff options
context:
space:
mode:
Diffstat (limited to 'code/fm/fm.rb')
-rw-r--r--code/fm/fm.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/fm/fm.rb b/code/fm/fm.rb
index 91b17f2d..1fb91080 100644
--- a/code/fm/fm.rb
+++ b/code/fm/fm.rb
@@ -42,7 +42,7 @@ module Fm
 		if (File.exists?(@rangerrc))
 			content = File.read(@rangerrc)
 			unless content.empty?
-				loaded = Marshal.load() rescue nil
+				loaded = Marshal.load(content) rescue nil
 				if Hash === loaded
 					@memory.update(loaded)
 				end