Skip to content

Commit

Permalink
Fixes incorrect usage of H5I_BADID (#554)
Browse files Browse the repository at this point in the history
* Committing clang-format changes

* Fixes incorrect use of H5I_BADID

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
derobins and github-actions[bot] authored Apr 19, 2021
1 parent b2c78e1 commit d3384b2
Show file tree
Hide file tree
Showing 5 changed files with 177 additions and 177 deletions.
2 changes: 1 addition & 1 deletion hl/c++/src/H5PacketTable.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class H5_HLCPPDLL PacketTable {
*/
PacketTable()
{
table_id = H5I_BADID;
table_id = H5I_INVALID_HID;
}

/* "Open" Constructor
Expand Down
Loading

0 comments on commit d3384b2

Please sign in to comment.