final touches

This commit is contained in:
Akash Mozumdar 2018-07-15 15:56:32 -04:00
parent af2708217c
commit 8e615704ca
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ set(BUILD_DATE ${BUILD_DATE})
set(CPACK_GENERATOR "ZIP")
set(CPACK_PACKAGE_VERSION_MAJOR 1)
set(CPACK_PACKAGE_VERSION_MINOR 0)
set(CPACK_PACKAGE_VERSION_PATCH 1)
set(CPACK_PACKAGE_VERSION_PATCH 2)
set(CPACK_SOURCE_GENERATOR "ZIP")
set(CPACK_SOURCE_IGNORE_FILES "/CVS/;/\\\\.svn/;/\\\\.bzr/;/\\\\.hg/;/\\\\.git/;\\\\.swp$;\\\\.#;/#" ".*\\\\.user$" "\\\\.gitignore$" "\\\\.gitmodules$" "\\\\.git$")
include(CPack)

View File

@ -16053,7 +16053,7 @@ bool InsertAIRNovelHook()
hp.offset = pusha_edx_off - 4;
hp.filter_fun = [](void* str, DWORD* len, HookParam* hp, BYTE index)
{
return *len > 4 &&
return *len < 4 &&
*(char*)str != '[' &&
*(char*)str != ';' &&
*(char*)str != '&' &&