Changeset 7080 for platform/tdiary/util

Show
Ignore:
Timestamp:
02/24/08 02:31:49 (9 months ago)
Author:
drry
Message:

platform/tdiary/util/posttdiary/posttdiary.rb:

  • fixed oops in previous commit.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • platform/tdiary/util/posttdiary/posttdiary.rb

    r7079 r7080  
    113113        raise "#{File::basename __FILE__}: no mail text." if not mail or mail.length == 0 
    114114 
    115         head, body = mail.split( /(?:\r?\n){2}, 2 ) 
     115        head, body = mail.split( /(?:\r?\n){2}/, 2 ) 
    116116 
    117117        if head =~ /Content-Type:\s*Multipart\/Mixed.*boundary=\"(.*?)\"/im then