diff options
author | Lioncash <mathew1800@gmail.com> | 2018-11-14 01:04:38 -0500 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2018-11-14 12:53:39 -0500 |
commit | b4f63db04e5d686b2f88e040e9524cfc24d0a34e (patch) | |
tree | b9c3c3fadb6aa1b1b27a9b8349c3ff6baa47770f /src/common/string_util.cpp | |
parent | 65bd03d74cbf4d8072239480404c6db83d41b27c (diff) |
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.
Diffstat (limited to 'src/common/string_util.cpp')
0 files changed, 0 insertions, 0 deletions