+2007-11-28 Bruno Haible <bruno@clisp.org>
+
+ * l10nflist.c (_nl_normalize_codeset): Change type of 'len' variable
+ to size_t.
+ Patch by Wim Lewis.
+
2007-11-26 Bruno Haible <bruno@clisp.org>
* vasnprintf.c (decode_long_double): Don't abort if the 'long double'
-/* Copyright (C) 1995-1999, 2000-2006 Free Software Foundation, Inc.
+/* Copyright (C) 1995-1999, 2000-2007 Free Software Foundation, Inc.
Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995.
This program is free software; you can redistribute it and/or modify it
const char *
_nl_normalize_codeset (const char *codeset, size_t name_len)
{
- int len = 0;
+ size_t len = 0;
int only_digit = 1;
char *retval;
char *wp;