*improved error promption.
This commit is contained in:
parent
8d81692d4e
commit
20677b49d3
3
HISTORY
3
HISTORY
@ -1,3 +1,6 @@
|
|||||||
|
Mar. 11 2016
|
||||||
|
Improved error promption
|
||||||
|
|
||||||
Mar. 9 2016
|
Mar. 9 2016
|
||||||
Improved overridden function invoking
|
Improved overridden function invoking
|
||||||
Fixed a memory leak
|
Fixed a memory leak
|
||||||
|
@ -3595,8 +3595,7 @@ _var:
|
|||||||
#endif /* MB_ENABLE_USERTYPE_REF */
|
#endif /* MB_ENABLE_USERTYPE_REF */
|
||||||
c->type == _DT_ARRAY)
|
c->type == _DT_ARRAY)
|
||||||
) {
|
) {
|
||||||
_set_current_error(s, SE_RN_INVALID_DATA_TYPE, 0);
|
_handle_error_on_obj(s, SE_RN_INVALID_DATA_TYPE, s->source_file, DON(ast), MB_FUNC_ERR, _error, result);
|
||||||
result = MB_FUNC_ERR;
|
|
||||||
|
|
||||||
goto _error;
|
goto _error;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user