summaryrefslogtreecommitdiff
path: root/src/i18n.c
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-11-17 10:38:21 -0300
committerEuAndreh <eu@euandre.org>2023-11-17 10:38:21 -0300
commit2e02b0ca73fe4e7be3b76a69bf703b3c41b538a0 (patch)
treeb93cea2e4f8265a4bd89498e0a676ca3637b11fc /src/i18n.c
parenttests/runner.js: Replace hand-rolled assert with "node:assert" module (diff)
downloadpapod-2e02b0ca73fe4e7be3b76a69bf703b3c41b538a0.tar.gz
papod-2e02b0ca73fe4e7be3b76a69bf703b3c41b538a0.tar.xz
src/napi-sqlite.c: Improve error handling
Diffstat (limited to 'src/i18n.c')
-rw-r--r--src/i18n.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i18n.c b/src/i18n.c
index 245ad84..4363582 100644
--- a/src/i18n.c
+++ b/src/i18n.c
@@ -45,6 +45,7 @@ MSGS[] = {
[MSG_HELP_28]="\n",
[MSG_HELP_LAST]=" $ " NAME_MACRO_STRING " build csv.grammar > dunno.alsodunno\n",
[MSG_VERSION]= NAME_MACRO_STRING " " VERSION_MACRO_STRING " " DATE_MACRO_STRING "\n",
+ [MSG_ERR_NAPI_MISSING_ERRSTR]="Error message from Node-API is empty",
NULL
};