Merge pull request #154 from phl0/P25bugfix

Fix memset and memcpy errors
This commit is contained in:
Jonathan Naylor 2016-09-23 11:48:28 +01:00 committed by GitHub
commit f6a485fe6b

View file

@ -25,6 +25,7 @@
#include <cstdio>
#include <cassert>
#include <cstring>
const unsigned char DUMMY_HEADER[] = {
0x00U, 0x00U, 0x00U, 0x00U, 0x00U, 0x00U, 0x00U, 0x00U, 0x00U, 0x00U, 0x00U, 0x00U, 0x00U, 0x00U, 0x00U, 0x00U,