From 7a7d053b9669919fdd48c5df39df2174db3e9efb Mon Sep 17 00:00:00 2001 From: Ward Wouts Date: Sat, 17 Aug 2002 13:41:46 +0000 Subject: [PATCH] stupid me --- trunk/ripnews/net/nntp.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/ripnews/net/nntp.rb b/trunk/ripnews/net/nntp.rb index ff36d28..73762ba 100644 --- a/trunk/ripnews/net/nntp.rb +++ b/trunk/ripnews/net/nntp.rb @@ -118,7 +118,7 @@ class NNTP while true line = getline break if line == '.' - line.slice(0) if line.to_s[0...2] == '..' + line.slice!(0) if line.to_s[0...2] == '..' list << line end return resp, list