diff --git a/trunk/ripnews/ripnews.rb b/trunk/ripnews/ripnews.rb index 88227f5..9afc6cd 100755 --- a/trunk/ripnews/ripnews.rb +++ b/trunk/ripnews/ripnews.rb @@ -1,6 +1,6 @@ #!/usr/local/bin/ruby -w -# $Dwarf: ripnews.rb,v 1.66 2003/06/16 21:35:15 ward Exp $ +# $Dwarf: ripnews.rb,v 1.67 2003/06/16 21:48:52 ward Exp $ # $Source$ require 'date' @@ -290,7 +290,7 @@ def get_single(subj, group) print " Unknown encoding (not UU, not yEnc), skipping...\n" return false end - output_data(i, mode, filename, body) + output_data(subj, mode, filename, body) return true end @@ -315,7 +315,7 @@ def get_multi(subj, group) print " Unknown encoding (not UU, not yEnc), skipping...\n" return false end - output_data(i, mode, filename, body) + output_data(subj, mode, filename, body) return true else body = @articles.get_group_body_first(subj) @@ -354,7 +354,7 @@ def get_multi(subj, group) file.close fileout.close(false) - output_data(i, mode, filename, body) + output_data(subj, mode, filename, body) return true else print " Unknown encoding (not UU, not yEnc), skipping...\n"