idm: Fix bug in ID searching

* ID checking now checks if (id % step) == 0
* Extend possible ID range to allow UINT32_MAX (as long as base is non-zero)
This commit is contained in:
Eladash 2019-07-27 13:59:17 +03:00 committed by Ivan
parent 5c904bf3e2
commit 96527eee5b
4 changed files with 26 additions and 8 deletions

View file

@ -1,4 +1,4 @@
#include "stdafx.h"
#include "stdafx.h"
#include "Utilities/StrUtil.h"