Skip to content
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

H5Apublic.h:932 should be hid_t not chid_t #3871

Closed
CrazyCasta opened this issue Nov 26, 2023 · 0 comments
Closed

H5Apublic.h:932 should be hid_t not chid_t #3871

CrazyCasta opened this issue Nov 26, 2023 · 0 comments
Assignees
Labels
Component - Documentation Doxygen, markdown, etc. Priority - 1. High 🔼 These are important issues that should be resolved in the next release Type - Bug Please report security issues to help@hdfgroup.org instead of creating an issue on GitHub
Milestone

Comments

@CrazyCasta
Copy link

The declaration in H5Apublic.h line 932 should be hid_t not chid_t. There's no such thing as chid_t, this only works because it's only affecting the documentation.

Verbose:
H5_DLL herr_t H5Aread_async(chid_t attr_id, hid_t dtype_id, void *buf, hid_t es_id);
should be:
H5_DLL herr_t H5Aread_async(hid_t attr_id, hid_t dtype_id, void *buf, hid_t es_id);

@derobins derobins added Priority - 1. High 🔼 These are important issues that should be resolved in the next release Component - Documentation Doxygen, markdown, etc. Type - Bug Please report security issues to help@hdfgroup.org instead of creating an issue on GitHub labels Nov 30, 2023
@derobins derobins added this to the 1.14.4 milestone Nov 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component - Documentation Doxygen, markdown, etc. Priority - 1. High 🔼 These are important issues that should be resolved in the next release Type - Bug Please report security issues to help@hdfgroup.org instead of creating an issue on GitHub
Projects
None yet
Development

No branches or pull requests

3 participants