*updated binaries.

This commit is contained in:
tony 2015-11-26 23:23:00 +08:00
parent d5e93b4954
commit 37e633e907
3 changed files with 1 additions and 1 deletions

View File

@ -8196,7 +8196,7 @@ mb_error_e mb_get_last_error(struct mb_interpreter_t* s) {
const char* mb_get_error_desc(mb_error_e err) {
/* Get error description text */
if(err >= 0 && err < _countof(_ERR_DESC))
if(err < _countof(_ERR_DESC))
return _ERR_DESC[err];
return 0;

Binary file not shown.

Binary file not shown.