diff options
author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-11-11 13:48:51 +0000 |
---|---|---|
committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-11-11 13:48:51 +0000 |
commit | 5ceef7994325675ca20f6ca66e4c010277703294 (patch) | |
tree | 82a03de0a876df1a00e1865c9d338861d1ae5b26 /lib/drb/drb.rb | |
parent | 2ec047bab09fbbda7ce523e972f444d85c56ad70 (diff) | |
download | ruby-5ceef7994325675ca20f6ca66e4c010277703294.tar.gz ruby-5ceef7994325675ca20f6ca66e4c010277703294.tar.xz ruby-5ceef7994325675ca20f6ca66e4c010277703294.zip |
* io.c (appendline): file may not end with newline. a bug if
READ_DATA_PENDING_PTR is defined. [ruby-talk:84925]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4937 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/drb/drb.rb')
-rw-r--r-- | lib/drb/drb.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/drb/drb.rb b/lib/drb/drb.rb index 5eb7345e1..fda18401d 100644 --- a/lib/drb/drb.rb +++ b/lib/drb/drb.rb @@ -1295,7 +1295,6 @@ module DRb end def run - raise if Thread.critical Thread.start do begin while true |