Commit b4f63db0 authored by Lioncash's avatar Lioncash
Browse files

nfp: Correct erroneous sizeof expression within GetTagInfo()

The previous expression would copy sizeof(size_t) amount of bytes (8 on
a 64-bit platform) rather than the full 10 bytes comprising the uuid
member.

Given the source and destination types are the same, we can just use an
assignment here instead.
parent 65bd03d7
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment