Skip to content

Commit

Permalink
Fix type used for Assigned array.
Browse files Browse the repository at this point in the history
  • Loading branch information
tpn committed Feb 18, 2020
1 parent a98b6a3 commit 04b4b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PerfectHash/Graph.c
Original file line number Diff line number Diff line change
Expand Up @@ -2066,7 +2066,7 @@ Return Value:
ALLOC_ARRAY(Next, PEDGE);
ALLOC_ARRAY(First, PVERTEX);
ALLOC_ARRAY(Prev, PVERTEX);
ALLOC_ARRAY(Assigned, PVERTEX);
ALLOC_ARRAY(Assigned, PASSIGNED);

//
// Set the bitmap sizes and then allocate (or reallocate) the bitmap
Expand Down

0 comments on commit 04b4b0b

Please sign in to comment.