TMailBugReport

2005-06-27 00:27:34 +0900 (1292d); rev 2

TMail のバグを報告したいときはこのページに書き込んでください。 上が最新です。

001: Ruby版のtmail/base64を使うと落ちる

パッチです

Index: lib/tmail/base64.rb
===================================================================
RCS file: /src/tmail/lib/tmail/base64.rb,v
retrieving revision 1.8
diff -U2 -F'^\s*\(class\|module\|def\)\s' -r1.8 base64.rb
--- lib/tmail/base64.rb 20 Feb 2004 00:35:01 -0000      1.8
+++ lib/tmail/base64.rb 25 Jun 2005 14:55:49 -0000
@@ -24,5 +24,5 @@

     def rb_decode(str, strict = false)
-      str.unpack('m')
+      str.unpack('m')[0]
     end

青木: ありがとうございます。とりこみました。


system revision 1.162