Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes "loading database" rotation for x64
`sizeof(rotation)` returns 8 instead of 4 on x64 builds. Specifying the exact amount of characters to be rotated prevents that the console prints multiple lines like: ```Loading virus signature database, please wait... Loading virus signature database, please wait... Loading virus signature database, please wait... Loading virus signature database, please wait... Loading virus signature database, please wait...```
- Loading branch information