Skip to content

Commit

Permalink
Fix string specifier for unsigned long
Browse files Browse the repository at this point in the history
  • Loading branch information
cfis committed Nov 27, 2024
1 parent 5dc6641 commit 06122f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rice/detail/NativeFunction.ipp
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ namespace Rice::detail
}
else
{
rb_warn("%s#%s - wrong number of arguments (given %d, expected %d)",
rb_warn("%s#%s - wrong number of arguments (given %d, expected %lu)",
rb_obj_classname(self), this->method_name_.c_str(), argc, arity);
}

Expand Down

0 comments on commit 06122f1

Please sign in to comment.