Skip to content

Commit

Permalink
Cleanup some code.
Browse files Browse the repository at this point in the history
Signed-off-by: Samuel K. Gutierrez <[email protected]>
  • Loading branch information
samuelkgutierrez committed Jun 14, 2024
1 parent 63d73a4 commit 4d26480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qvi-hwloc.h
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ struct qvi_hwloc_bitmap_s {
{
int rc = qvi_hwloc_bitmap_calloc(&m_data);
if (rc != QV_SUCCESS) throw qvi_runtime_error();
rc = qvi_hwloc_bitmap_copy(src.m_data, m_data);
rc = set(src.m_data);
if (rc != QV_SUCCESS) throw qvi_runtime_error();
}
/** Destructor. */
Expand Down

0 comments on commit 4d26480

Please sign in to comment.