From 7c763fa26c7b220e6307448d4bc5fb8143bf68cd Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 10 Oct 2000 07:03:36 +0000 Subject: matz git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@990 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- sample/from.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sample') diff --git a/sample/from.rb b/sample/from.rb index bed3433f1..59cc38779 100644 --- a/sample/from.rb +++ b/sample/from.rb @@ -50,8 +50,8 @@ end $outcount = 0; def fromout(date, from, subj) return if !date - y = m = d = 0 y, m, d = parsedate(date) if date + y ||= 0; m ||= 0; d ||= 0 if from from.gsub! /\n/, "" else -- cgit