commit 0eb5d9ad373771d3abe0ca139c069789dfad33d4 parent d5e408f5b4b310a0595da0cf4fb28b0bf32e6239 Author: Rich Lane <rlane@club.cc.cmu.edu> Date: Fri, 24 Jul 2009 19:50:54 -0700 xapian: initialize sources in sup-dump Diffstat:
| M | bin/sup-dump | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/bin/sup-dump b/bin/sup-dump @@ -22,6 +22,7 @@ EOS end index = Redwood::Index.new +Redwood::SourceManager.new index.load index.each_message do |m|