]> git.cworth.org Git - sup/commitdiff
xapian: initialize sources in sup-dump
authorRich Lane <rlane@club.cc.cmu.edu>
Sat, 25 Jul 2009 02:50:54 +0000 (19:50 -0700)
committerWilliam Morgan <wmorgan-sup@masanjin.net>
Mon, 27 Jul 2009 16:05:41 +0000 (12:05 -0400)
bin/sup-dump

index 9b0892e0333fbb24453f6599e757adb35e7bfe2f..c18a767ec262947649bc99e93aa3daf65c72d074 100755 (executable)
@@ -22,6 +22,7 @@ EOS
 end
 
 index = Redwood::Index.new
+Redwood::SourceManager.new
 index.load
 
 index.each_message do |m|