File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1+ 2009-04-24 Bruno Haible <bruno@clisp.org>
2+
3+ Fix a compilation error on HP-UX 11.00, introduced on 2008-09-16.
4+ * src/iconv_open2.h: Don't initialize nonexistent field if
5+ !(HAVE_WCRTOMB || HAVE_MBRTOWC).
6+ Patch by Joel Brobecker <brobecker@adacore.com>.
7+
182009-04-15 Bruno Haible <bruno@clisp.org>
29
310 * src/Makefile.in (install, uninstall): Append the $(EXEEXT) suffix
Original file line number Diff line number Diff line change 11/*
2- * Copyright (C) 1999-2008 Free Software Foundation, Inc.
2+ * Copyright (C) 1999-2009 Free Software Foundation, Inc.
33 * This file is part of the GNU LIBICONV Library.
44 *
55 * The GNU LIBICONV Library is free software; you can redistribute it
8282 /* Initialize additional fields. */
8383 if (from_wchar != to_wchar ) {
8484 struct wchar_conv_struct * wcd = (struct wchar_conv_struct * ) cd ;
85+ #if HAVE_WCRTOMB || HAVE_MBRTOWC
8586 memset (& wcd -> state ,'\0' ,sizeof (mbstate_t ));
87+ #endif
8688 }
8789 /* Done. */
You can’t perform that action at this time.
0 commit comments