mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* exception error messages updated. [ruby-core:04497]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@8035 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
ba32fdd167
commit
88d5dcc8de
27 changed files with 113 additions and 109 deletions
|
@ -160,7 +160,7 @@ Win32API_Call(argc, argv, obj)
|
|||
|
||||
|
||||
if (items != nimport)
|
||||
rb_raise(rb_eRuntimeError, "Wrong number of parameters: expected %d, got %d.\n",
|
||||
rb_raise(rb_eRuntimeError, "wrong number of parameters: expected %d, got %d",
|
||||
nimport, items);
|
||||
|
||||
for (i = 0; i < nimport; i++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue