mirror of https://github.com/g4klx/MMDVMHost
Fix memset and memcpy errors
This commit is contained in:
parent
3577fbb14b
commit
e7e9cabe8d
|
|
@ -25,6 +25,7 @@
|
||||||
|
|
||||||
#include <cstdio>
|
#include <cstdio>
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
|
#include <cstring>
|
||||||
|
|
||||||
const unsigned char DUMMY_HEADER[] = {
|
const unsigned char DUMMY_HEADER[] = {
|
||||||
0x00U, 0x00U, 0x00U, 0x00U, 0x00U, 0x00U, 0x00U, 0x00U, 0x00U, 0x00U, 0x00U, 0x00U, 0x00U, 0x00U, 0x00U, 0x00U,
|
0x00U, 0x00U, 0x00U, 0x00U, 0x00U, 0x00U, 0x00U, 0x00U, 0x00U, 0x00U, 0x00U, 0x00U, 0x00U, 0x00U, 0x00U, 0x00U,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue