发布V1.0.0.2

This commit is contained in:
yuanyuanxiang
2019-01-18 17:37:15 +08:00
parent 38c0c1ccdb
commit b573baed0b
43 changed files with 152 additions and 138 deletions

View File

@@ -125,7 +125,7 @@ int MemoryFind(const char *szBuffer, const char *Key, int iBufferSize, int iKeyS
{
return -1;
}
for (i = 0; i < iBufferSize; i++)
for (i = 0; i < iBufferSize; ++i)
{
for (j = 0; j < iKeySize; j ++)
if (szBuffer[i+j] != Key[j]) break; //0x12345678 78 56 34 12