summaryrefslogtreecommitdiff
path: root/src/i18n.c
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-05-23 18:34:09 -0300
committerEuAndreh <eu@euandre.org>2024-05-23 18:34:09 -0300
commita5934697be6255a4ed46dafcd9479733313f0af4 (patch)
treea12ee160fd06a89aa79d0b156646688d9ec94401 /src/i18n.c
parentRename "pindaiba" -> "pindaibabs" (diff)
downloadpindaiba-a5934697be6255a4ed46dafcd9479733313f0af4.tar.gz
pindaiba-a5934697be6255a4ed46dafcd9479733313f0af4.tar.xz
Add some version of vector.c
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 5d5c33a..81d1e36 100644
--- a/src/i18n.c
+++ b/src/i18n.c
@@ -47,6 +47,7 @@ MSGS[] = {
[MSG_VERSION]= NAME " " VERSION " " DATE "\n",
[MSG_ERR_VECTOR_MAX_CAPACITY]= "Already at max capacity (%ld): %s\n",
[MSG_ERR_VECTOR_OUT_OF_BOUNDS]= "idx (%ld) is beyond bounds (%ld)\n",
+ [MSG_ERR_VECTOR_UNDERFLOW]= "pop on an empty vector\n",
NULL
};