From dd3aec25d63e865ce0e90b2ff870d7bcc39b1a56 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 4 Nov 2014 05:25:41 +0000 Subject: Win32API.rb: update message [ci skip] * ext/win32/lib/Win32API.rb: update warning message for fiddle. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48264 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/win32/lib/Win32API.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/win32') diff --git a/ext/win32/lib/Win32API.rb b/ext/win32/lib/Win32API.rb index 24b33f1791..2e2b441940 100644 --- a/ext/win32/lib/Win32API.rb +++ b/ext/win32/lib/Win32API.rb @@ -1,6 +1,6 @@ # -*- ruby -*- # for backward compatibility -warn "Warning:#{caller[0].sub(/:in `.*'\z/, '')}: Win32API is deprecated after Ruby 1.9.1; use dl directly instead" if $VERBOSE +warn "Warning:#{caller[0].sub(/:in `.*'\z/, '')}: Win32API is deprecated after Ruby 1.9.1; use fiddle directly instead" if $VERBOSE require 'fiddle' -- cgit v1.2.3