Skip to content

Commit

Permalink
Fix function call.
Browse files Browse the repository at this point in the history
  • Loading branch information
abellgithub committed Jul 23, 2021
1 parent 5a2672c commit 9f88712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdal/util/Uuid.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ struct uuid
uint8_t node[6];

void clear()
{ memset(this, 0, sizeof(this); }
{ memset(this, 0, sizeof(struct uuid)); }
};
#pragma pack(pop)

Expand Down

0 comments on commit 9f88712

Please sign in to comment.