From 8ebb7b875a0bc5a417ce62238afcc79c366b5fa1 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 24 May 2024 22:08:02 -0300 Subject: src/catalog.h: Do bounds checking on calls to s() --- src/catalog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/catalog.h') diff --git a/src/catalog.h b/src/catalog.h index 25adbeb..3acb24d 100644 --- a/src/catalog.h +++ b/src/catalog.h @@ -1,5 +1,5 @@ int -i18n_init(void); +i18n_init_msgs(const char *const MSGS[]); int i18n_destroy(void); -- cgit v1.2.3