Problem in signature in implementation

Issue #1 resolved
Jan Vaehsen created an issue

Hey

your llist_h.rpgle does not match the code definition in llist.rpgle.

The function list_dispose has a wrong definition. Actually in the implementation there was no return value, but in the header speccs it returns a pointer. I'm no sure what you wanted to do.

In the enclosed file I changed the definition inside the implementation. I think it might be easier changeing the signature in header file, since I do not know how you are using the function I don't want to change the signature.

Regards, Jan

Comments (2)

  1. Mihael Schmidt repo owner
    • changed status to open

    The list_dispose procedure signature got probably mixed up during the switch to the **FREE format. Thanks for reporting.

  2. Log in to comment