Skip to content

Commit

Permalink
final touches
Browse files Browse the repository at this point in the history
  • Loading branch information
Artikash committed Jul 15, 2018
1 parent af27082 commit 8e61570
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion vnr/vnrhook/src/engine/engine.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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 != '&' &&
Expand Down

0 comments on commit 8e61570

Please sign in to comment.