From 886fd091d3cc9e39e342e13e994fb63acb30c34b Mon Sep 17 00:00:00 2001 From: jack Date: Sun, 2 May 2004 00:04:43 +0000 Subject: test git-svn-id: http://opensvn.csie.org/pttbbs/branches/Jaky.i18n@1915 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- util/loadstr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'util') diff --git a/util/loadstr.c b/util/loadstr.c index e95a115a..4711b589 100644 --- a/util/loadstr.c +++ b/util/loadstr.c @@ -1,9 +1,9 @@ #include "bbs.h" -#ifdef I18N int main() { +#ifdef I18N attach_SHM(); load_i18nstring(); +#endif return 0; } -#endif -- cgit v1.2.3