Page 1 of 1

Minor error in Autodocs arexx_cl.doc.txt

Posted: Fri Aug 02, 2024 8:52 pm
by OldFart
Hi,

Under the tag:

Code: Select all

AREXX_Commands (struct ARexxCmd *)
,
this description for member ac_Func is given:

Code: Select all

ac_Func (*()(struct ARexxCmd *, struct RexxMsg *))
	        A pointer to the function that will be called when this
	        command is received by your programme. The function will
	        get past a pointer to its ARexxCmd entry and the RexxMsg
	        structure received for the command. You may use this
	        for setting ARexx variables but please note that it may
	        be NULL.
I think this should read:

Code: Select all

ac_Func (*()(struct ARexxCmd *, struct RexxMsg *))
	        A pointer to the function that will be called when this
	        command is received by your programme. The function will
	        get passed a pointer to its ARexxCmd entry and the RexxMsg
	        structure received for the command. You may use this
	        for setting ARexx variables but please note that it may
	        be NULL.
The error is in the word 'past' vs 'passed'.

Btw, apart from 'bots' is anyone else paying any attention to these 'detections'?

OldFart

Re: Minor error in Autodocs arexx_cl.doc.txt

Posted: Sat Aug 03, 2024 12:13 am
by nbache
Thanks, bug report made in Bugzilla.

BTW, the file in question is arexx_cl.doc, not arexx_cl.doc.txt.

Best regards,

Niels

Re: Minor error in Autodocs arexx_cl.doc.txt

Posted: Sat Aug 03, 2024 12:27 am
by colinw
You can close the bug report Niels, I just fixed the source code document,
so the next time the docs are regenerated, the typo will be gone.

Re: Minor error in Autodocs arexx_cl.doc.txt

Posted: Sat Aug 03, 2024 1:43 am
by nbache
Thanks.

I set it to fixed, verification and closure will have to wait until next time it's built for beta.

(So now all we need is somebody finding a bug in the actual class ;-)).

Best regards,

Niels

Re: Minor error in Autodocs arexx_cl.doc.txt

Posted: Sat Aug 03, 2024 1:03 pm
by OldFart
@nbache:
The title in my browser reads:
@collinw & nbache
Thanks for the action undertaken.

OldFart