fixup: bfredl comments

This commit is contained in:
TJ DeVries
2020-10-20 20:26:53 -04:00
parent 78556aba7d
commit 1afe6dd2f4
3 changed files with 11 additions and 17 deletions

View File

@@ -176,7 +176,7 @@ static bool provider_invoke(NS ns_id, const char *name, LuaRef ref,
textlock--;
if (!ERROR_SET(&err)
&& api_is_truthy(ret, "provider %s retval", default_true, &err)) {
&& api_coerce_to_bool(ret, "provider %s retval", default_true, &err)) {
return true;
}