* lib/net/pop.rb (Net::POP3#start): typofix.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4023 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
49298086d0
commit
2e4fc59d1c
@ -1,3 +1,7 @@
|
|||||||
|
Wed Jul 2 01:32:40 2003 WATANABE Hirofumi <eban@ruby-lang.org>
|
||||||
|
|
||||||
|
* lib/net/pop.rb (Net::POP3#start): typofix.
|
||||||
|
|
||||||
Tue Jul 1 19:02:12 2003 WATANABE Hirofumi <eban@ruby-lang.org>
|
Tue Jul 1 19:02:12 2003 WATANABE Hirofumi <eban@ruby-lang.org>
|
||||||
|
|
||||||
* parse.y (rb_intern): should use mbclen instead of mblen.
|
* parse.y (rb_intern): should use mbclen instead of mblen.
|
||||||
|
@ -513,7 +513,7 @@ module Net
|
|||||||
finish if @started
|
finish if @started
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
do_start acount, password
|
do_start account, password
|
||||||
return self
|
return self
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user