mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-13 11:13:07 +02:00
Add missing static pointed out by Michael Meeks.
Wed Apr 18 17:35:38 2001 Owen Taylor <otaylor@redhat.com> * gutils.c (_glib_gettext): Add missing static pointed out by Michael Meeks.
This commit is contained in:
parent
9abb307200
commit
c8c685d305
@ -1,3 +1,8 @@
|
||||
Wed Apr 18 17:35:38 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gutils.c (_glib_gettext): Add missing static pointed
|
||||
out by Michael Meeks.
|
||||
|
||||
Wed Apr 18 09:37:07 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* MAINTAINERS: Removed. Keeping README, README.cvs-commits
|
||||
|
@ -1,3 +1,8 @@
|
||||
Wed Apr 18 17:35:38 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gutils.c (_glib_gettext): Add missing static pointed
|
||||
out by Michael Meeks.
|
||||
|
||||
Wed Apr 18 09:37:07 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* MAINTAINERS: Removed. Keeping README, README.cvs-commits
|
||||
|
@ -1,3 +1,8 @@
|
||||
Wed Apr 18 17:35:38 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gutils.c (_glib_gettext): Add missing static pointed
|
||||
out by Michael Meeks.
|
||||
|
||||
Wed Apr 18 09:37:07 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* MAINTAINERS: Removed. Keeping README, README.cvs-commits
|
||||
|
@ -1,3 +1,8 @@
|
||||
Wed Apr 18 17:35:38 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gutils.c (_glib_gettext): Add missing static pointed
|
||||
out by Michael Meeks.
|
||||
|
||||
Wed Apr 18 09:37:07 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* MAINTAINERS: Removed. Keeping README, README.cvs-commits
|
||||
|
@ -1,3 +1,8 @@
|
||||
Wed Apr 18 17:35:38 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gutils.c (_glib_gettext): Add missing static pointed
|
||||
out by Michael Meeks.
|
||||
|
||||
Wed Apr 18 09:37:07 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* MAINTAINERS: Removed. Keeping README, README.cvs-commits
|
||||
|
@ -1,3 +1,8 @@
|
||||
Wed Apr 18 17:35:38 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gutils.c (_glib_gettext): Add missing static pointed
|
||||
out by Michael Meeks.
|
||||
|
||||
Wed Apr 18 09:37:07 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* MAINTAINERS: Removed. Keeping README, README.cvs-commits
|
||||
|
@ -1,3 +1,8 @@
|
||||
Wed Apr 18 17:35:38 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gutils.c (_glib_gettext): Add missing static pointed
|
||||
out by Michael Meeks.
|
||||
|
||||
Wed Apr 18 09:37:07 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* MAINTAINERS: Removed. Keeping README, README.cvs-commits
|
||||
|
@ -1,3 +1,8 @@
|
||||
Wed Apr 18 17:35:38 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gutils.c (_glib_gettext): Add missing static pointed
|
||||
out by Michael Meeks.
|
||||
|
||||
Wed Apr 18 09:37:07 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* MAINTAINERS: Removed. Keeping README, README.cvs-commits
|
||||
|
@ -1122,7 +1122,7 @@ g_get_codeset (void)
|
||||
G_CONST_RETURN gchar *
|
||||
_glib_gettext (const gchar *str)
|
||||
{
|
||||
gboolean _glib_gettext_initialized = FALSE;
|
||||
static gboolean _glib_gettext_initialized = FALSE;
|
||||
|
||||
if (!_glib_gettext_initialized)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user