misc/plugin/xmlrpc/xmlrpc.rb in tdiary-3.2.2.20130508 vs misc/plugin/xmlrpc/xmlrpc.rb in tdiary-3.2.2.20130518

- old
+ new

@@ -5,10 +5,9 @@ # Distributed under the GPL # # require Ruby1.8 or xml-rpc(http://raa.ruby-lang.org/project/xml-rpc/) BEGIN { $stdout.binmode } -$KCODE = 'n' if FileTest::symlink?( __FILE__ ) then org_path = File::dirname( File::readlink( __FILE__ ) ) else org_path = File::dirname( __FILE__ )