mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 08:39:01 +08:00
b2b6ea80de
Fixes #38529 - [X] Changes comply with the [maintainer guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md). - [X] SHA512s are updated for each updated download. - [ ] ~~The "supports" clause reflects platforms that may be fixed by this new version.~~ - [ ] ~~Any fixed [CI baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt) entries are removed from that file.~~ - [X] Any patches that are no longer applied are deleted from the port's directory. - [X] The version database is fixed by rerunning `./vcpkg x-add-version --all` and committing the result. - [X] Only one version is added to each modified port's versions file.
12 lines
439 B
Diff
12 lines
439 B
Diff
--- src/IO/ERF/vtkHDF5Helper.h.old 2024-02-27 17:35:26.000000000 +0100
|
|
+++ src/IO/ERF/vtkHDF5Helper.h 2024-05-02 15:49:35.716258500 +0200
|
|
@@ -42,7 +42,7 @@ public:
|
|
/**
|
|
* Check existence of group defined by groupName relative to fileId.
|
|
*/
|
|
- static bool GroupExists(int64_t fileId, const char* groupName);
|
|
+ static bool GroupExists(hid_t fileId, const char* groupName);
|
|
|
|
/**
|
|
* Get length of array defined by arrayId.
|