Clean compile(-ish), still more to do.

This commit is contained in:
Jonathan Naylor
2020-10-17 16:47:19 +01:00
parent 8946038e0e
commit 9a72e95ec0
6 changed files with 41 additions and 317 deletions

View File

@@ -89,5 +89,5 @@ void CSync::addM17Sync(unsigned char* data)
{
assert(data != NULL);
::memcpy(data, M17_SYNC_BYTES, M17_SYNC_BYTES_LENGTH);
::memcpy(data, M17_SYNC_BYTES, M17_SYNC_LENGTH_BYTES);
}