mirror of
https://git.code.sf.net/p/newrpl/sources
synced 2024-11-16 19:51:25 +01:00
Fixed validation of bindata objects.
This commit is contained in:
parent
085e1ee4c1
commit
3170355b0b
1 changed files with 1 additions and 1 deletions
|
@ -1151,7 +1151,7 @@ void LIB_HANDLER()
|
|||
// VERIFY IF THE OBJECT IS PROPERLY FORMED AND VALID
|
||||
// ObjectPTR = POINTER TO THE OBJECT TO CHECK
|
||||
// LIBRARY MUST RETURN: RetNum=OK_CONTINUE IF OBJECT IS VALID OR RetNum=ERR_INVALID IF IT'S INVALID
|
||||
if(ISPROLOG(*ObjectPTR)) { RetNum=ERR_INVALID; return; }
|
||||
//if(ISPROLOG(*ObjectPTR)) { RetNum=ERR_INVALID; return; }
|
||||
|
||||
RetNum=OK_CONTINUE;
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue