From a5934697be6255a4ed46dafcd9479733313f0af4 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 23 May 2024 18:34:09 -0300 Subject: Add some version of vector.c --- src/i18n.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/i18n.c') 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 }; -- cgit v1.2.3