Merge branch 'master' into hide-container-impl

This commit is contained in:
ZyX
2017-12-16 14:27:41 +03:00
38 changed files with 457 additions and 157 deletions

View File

@@ -624,7 +624,7 @@ _convert_one_value_regular_dict: {}
break;
}
case VAR_UNKNOWN: {
EMSG2(_(e_intern2), STR(_TYPVAL_ENCODE_CONVERT_ONE_VALUE) "()");
internal_error(STR(_TYPVAL_ENCODE_CONVERT_ONE_VALUE) "()");
return FAIL;
}
}