diff options
| author | Scott Gasch <[email protected]> | 2018-10-03 20:38:03 -0700 |
|---|---|---|
| committer | Scott Gasch <[email protected]> | 2018-10-03 20:38:03 -0700 |
| commit | 98e8d2445213432c65ae48cfa76c863aae1139e7 (patch) | |
| tree | 2b2a48828fdb0fa5f29698b7c9cd31427728203f /src/book.c | |
| parent | 23c44f05a0956ecba918a336b30c6eccf0a996d5 (diff) | |
Update codebase to remove clang warnings (and a couple of legit errors
it found)
Diffstat (limited to 'src/book.c')
| -rwxr-xr-x | src/book.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1831,7 +1831,7 @@ Return value: // else { - memset(pEntry, 0, sizeof(pEntry)); + memset(pEntry, 0, sizeof(*pEntry)); pEntry->u64Sig = entry.u64Sig; pEntry->mvNext = entry.mvNext; pEntry->u64NextSig = entry.u64NextSig; |
