mirror of
https://github.com/silverf0x/RpcView
synced 2026-06-08 17:26:38 +00:00
Fix #28: incorrect comparison in processComplexArray
This commit is contained in:
@@ -1043,7 +1043,7 @@ BOOL __fastcall processComplexArray(
|
||||
oss<<" /* ";
|
||||
|
||||
for(j; j<i; j++){
|
||||
if(callbacksCalled[j] != -1)
|
||||
if(callbacksCalled[j] != (UINT16)-1)
|
||||
{
|
||||
oss<<" callback_"<<std::dec<<callbacksCalled[j]<<" used, ";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user