From 6077fe6e4d860f5fc53c49a4266d50437f3a2817 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 9 Jul 1998 13:42:26 +0000 Subject: Update. 1998-07-09 13:39 Ulrich Drepper * Versions: Add __pthread_mutexattr_gettype and __pthread_mutexattr_settype. * lockfile.c: Use __pthread_mutexattr_settype instead of __pthread_mutexattr_setkind_np. * mutex.c: Define __pthread_mutexattr_gettype and __pthread_mutexattr_settype. * weak.c: Likewise. --- intl/dcgettext.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'intl') diff --git a/intl/dcgettext.c b/intl/dcgettext.c index 9f76abf89a..77de76f5ed 100644 --- a/intl/dcgettext.c +++ b/intl/dcgettext.c @@ -430,7 +430,8 @@ find_msg (domain_file, msgid) struct loaded_l10nfile *domain_file; const char *msgid; { - size_t top, act, bottom; + size_t act = 0; + size_t top, bottom; struct loaded_domain *domain; if (domain_file->decided == 0) -- cgit v1.2.3