-
-
Notifications
You must be signed in to change notification settings - Fork 63
Fix build with FPC 3.2.4 #612
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
updated ru.po
FPC 3.2.4 defines a RectF function that takes four Single arguments. As such, calling RectF with two PointF arguments now results in a "Wrong number of parameters specified" error.
|
Hi @suve Thanks for being proactive and suggesting this change. If I understand, a While the workaround you propose is correct, I suggest instead to specify the unit name to find the adequate I let you make the change accordingly. Note : I've changed the target branch to Regards |
|
Yes, using the unit name to disambiguate should also work. Sorry, I did not notice this is already fixed in the dev version. |
|
Oh I just realized this change was already done on dev indeed. |
FPC 3.2.4 defines a
RectFfunction that takes fourSinglearguments. As such, callingRectFwith twoPointFarguments now results in a "Wrong number of parameters specified" error.