mirror of
https://https.git.savannah.gnu.org/git/gettext.git
synced 2026-01-26 15:39:11 +00:00
libtextstyle: Fix compilation error on platforms without working iconv.
* libtextstyle/gnulib-local/lib/iconv-ostream.oo.c (iconv_ostream::flush): Add second parameter.
This commit is contained in:
parent
9740ab9ef6
commit
c1afa2e18a
@ -1,5 +1,5 @@
|
||||
/* Output stream that converts the output to another encoding.
|
||||
Copyright (C) 2006-2025 Free Software Foundation, Inc.
|
||||
Copyright (C) 2006-2026 Free Software Foundation, Inc.
|
||||
Written by Bruno Haible <bruno@clisp.org>, 2006.
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
@ -242,7 +242,7 @@ iconv_ostream::write_mem (iconv_ostream_t stream, const void *data, size_t len)
|
||||
}
|
||||
|
||||
static void
|
||||
iconv_ostream::flush (iconv_ostream_t stream)
|
||||
iconv_ostream::flush (iconv_ostream_t stream, ostream_flush_scope_t scope)
|
||||
{
|
||||
abort ();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user