From 4ef61e4763bd25bbb78a76180252df22f3af42a7 Mon Sep 17 00:00:00 2001 From: jack Date: Mon, 26 Apr 2004 03:28:52 +0000 Subject: add string loading function to shmctl.c git-svn-id: http://opensvn.csie.org/pttbbs/branches/Jaky.i18n@1858 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- util/shmctl.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'util') diff --git a/util/shmctl.c b/util/shmctl.c index 82778162..c8ec8bdb 100644 --- a/util/shmctl.c +++ b/util/shmctl.c @@ -596,6 +596,11 @@ int SHMinit(int argc, char **argv) attach_SHM(); +#ifdef I18N + puts("loading i18nstring..."); + load_i18nstring(); +#endif + puts("loading bcache..."); reload_bcache(); -- cgit v1.2.3