From 291dbadc77aadc7c87fb957eb38dd87c2b6e0fef Mon Sep 17 00:00:00 2001 From: Ward Wouts Date: Mon, 16 Jun 2003 22:07:35 +0000 Subject: [PATCH] bugje --- trunk/ripnews/ripnews.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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"