From 4a464c1fa244d5f04062fe6547eff211d76c8bc9 Mon Sep 17 00:00:00 2001 From: eban Date: Mon, 20 Jan 2003 10:22:04 +0000 Subject: * typo fix. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3370 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/dl/lib/dl/win32.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/dl/lib/dl') diff --git a/ext/dl/lib/dl/win32.rb b/ext/dl/lib/dl/win32.rb index 8077656ab3..92f473d392 100644 --- a/ext/dl/lib/dl/win32.rb +++ b/ext/dl/lib/dl/win32.rb @@ -12,7 +12,7 @@ class Win32API end def call(*args) - import = @sym.split("", 2)[1] + import = @sym.proto.split("", 2)[1] args.each_with_index do |x, i| args[i] = nil if x == 0 and import[i] == ?S args[i], = [x].pack("I").unpack("i") if import[i] == ?I -- cgit v1.2.3