libffi-ruby (0.6.3debian-2) change_location_of_binding

Summary

 lib/ffi.rb |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

    
download this patch

Patch contents

Index: libffi-ruby/lib/ffi.rb
===================================================================
--- libffi-ruby.orig/lib/ffi.rb	2010-03-06 12:42:32.000000000 -0500
+++ libffi-ruby/lib/ffi.rb	2010-03-06 12:42:31.000000000 -0500
@@ -1,8 +1,8 @@
 begin
   if RUBY_VERSION =~ /1.8/
-    require '1.8/ffi_c'
+    require 'ffi_c'
   elsif RUBY_VERSION =~ /1.9/
-    require '1.9/ffi_c'
+    require 'ffi_c'
   end
 rescue Exception
   require 'ffi_c'