ruby-changes:7468
From: akr <ko1@a...>
Date: Sun, 31 Aug 2008 17:20:31 +0900 (JST)
Subject: [ruby-changes:7468] Ruby:r18988 (trunk): fix a typo.
akr 2008-08-31 17:18:11 +0900 (Sun, 31 Aug 2008) New Revision: 18988 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=18988 Log: fix a typo. Modified files: trunk/thread.c Index: thread.c =================================================================== --- thread.c (revision 18987) +++ thread.c (revision 18988) @@ -932,7 +932,7 @@ rb_thread_t *th = GET_THREAD(); if (ubf == RUBY_UBF_IO || ubf == RUBY_UBF_PROCESS) { - ubf = ubf_select;n + ubf = ubf_select; data2 = th; } -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/