commit 30d4063d0cfca260dd9f820ed3ea369549f02e58 parent 5583045dcff8d2fa2103d8a32aa034bf78b51f4f Author: Florian Dold <florian@dold.me> Date: Tue, 22 Aug 2023 08:56:50 +0200 missing jump Diffstat:
| M | tart_module.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/tart_module.c b/tart_module.c @@ -1722,6 +1722,7 @@ done: return JS_UNDEFINED; exception: ret_val = JS_EXCEPTION; + goto done; } static int find_param_index(sqlite3_stmt *stmt, const char *name)