diff options
author | EuAndreh <eu@euandre.org> | 2024-05-24 22:08:02 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-05-24 22:10:24 -0300 |
commit | 8ebb7b875a0bc5a417ce62238afcc79c366b5fa1 (patch) | |
tree | 13a37aaad7f11831196edfbdede27083eb0bd4fe /src/catalog.h | |
parent | src/i18n.c: Remove leading empty string in MSGS[] (diff) | |
download | pindaiba-8ebb7b875a0bc5a417ce62238afcc79c366b5fa1.tar.gz pindaiba-8ebb7b875a0bc5a417ce62238afcc79c366b5fa1.tar.xz |
src/catalog.h: Do bounds checking on calls to s()
Diffstat (limited to 'src/catalog.h')
-rw-r--r-- | src/catalog.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |